#562FB6

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

Shades of Purple Heart #562FB6

Tints of Purple Heart #562FB6

Color information

#562FB6 (or 0x562FB6) is unknown color: approx Purple Heart. HEX triplet: 56, 2F and B6. RGB value is (86,47,182). Sum of RGB (Red+Green+Blue) = 86+47+182=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #562FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562FB6 is #A9D049. Grayscale: #494949. Windows color (decimal): -11128906 or 11939670. OLE color: 11939670.

HSL color Cylindrical-coordinate representation of color #562FB6: hue angle of 257.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #562FB6 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8647182-
CMYK0.530.7400.29
HSL257.33º58.95%44.9%-
HSV(B)257.33º74.18%71.37%-
XYZ13.37.3944.98-
YUV74.05188.92136.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 182 (71.48% from 255) = 57.78%
R=27.30%
G=14.92%
B=57.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86471820.530.7400.29257.3358.9544.9
Hex562FB6354A01D1013b2d
Octal12657266651120354017355
Binary1010110101111101101101101011001010011101100000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562FB6; }

 p { color: rgb(86,47,182); }

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

<style>
 a { background-color: #562FB6; }

 a { background-color: rgb(86,47,182); }

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

<style>
 span { border-color: #562FB6; }

 span { border-color: rgb(86,47,182); }

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