#713BCF

Color #713BCF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #713BCF

Tints of Purple Heart #713BCF

Color information

#713BCF (or 0x713BCF) is unknown color: approx Purple Heart. HEX triplet: 71, 3B and CF. RGB value is (113,59,207). Sum of RGB (Red+Green+Blue) = 113+59+207=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #713BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BCF is #8EC430. Grayscale: #5B5B5B. Windows color (decimal): -9356337 or 13581169. OLE color: 13581169.

HSL color Cylindrical-coordinate representation of color #713BCF: hue angle of 261.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713BCF is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11359207-
CMYK0.450.7100.19
HSL261.89º60.66%52.16%-
HSV(B)261.89º71.5%81.18%-
XYZ19.6411.1460.15-
YUV92.02192.89142.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 207 (81.25% from 255) = 54.62%
R=29.82%
G=15.57%
B=54.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal113592070.450.7100.19261.8960.6652.16
Hex713BCF2D470131063d34
Octal16173317551070234067564
Binary1110001111011110011111011011000111010011100000110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713BCF; }

 p { color: rgb(113,59,207); }

 H1.HeaderClassName
 {
   color: #713BCF;
 }
 .AnyTagClassName
 {
   color: #713BCF;
 }
</style>
background-color css

<style>
 a { background-color: #713BCF; }

 a { background-color: rgb(113,59,207); }

 div.DivClassName
 {
   background-color: #713BCF;
 }
 .BgClassName
 {
   background-color: #713BCF;
 }
</style>
border-color css

<style>
 span { border-color: #713BCF; }

 span { border-color: rgb(113,59,207); }

 td.TdClassName
 {
   border-color: #713BCF;
 }
 .TagClassName
 {
   border-color: #713BCF;
 }
</style>