#5836C6

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

Shades of Purple Heart #5836C6

Tints of Purple Heart #5836C6

Color information

#5836C6 (or 0x5836C6) is unknown color: approx Purple Heart. HEX triplet: 58, 36 and C6. RGB value is (88,54,198). Sum of RGB (Red+Green+Blue) = 88+54+198=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #5836C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5836C6 is #A7C939. Grayscale: #505050. Windows color (decimal): -10996026 or 12990040. OLE color: 12990040.

HSL color Cylindrical-coordinate representation of color #5836C6: hue angle of 254.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5836C6 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8854198-
CMYK0.560.7300.22
HSL254.17º57.14%49.41%-
HSV(B)254.17º72.73%77.65%-
XYZ15.548.7954.3-
YUV80.58194.26133.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 198 (77.73% from 255) = 58.24%
R=25.88%
G=15.88%
B=58.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88541980.560.7300.22254.1757.1449.41
Hex5836C63849016fe3931
Octal13066306701110263767161
Binary101100011011011000110111000100100101011011111110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5836C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5836C6; }

 p { color: rgb(88,54,198); }

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

<style>
 a { background-color: #5836C6; }

 a { background-color: rgb(88,54,198); }

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

<style>
 span { border-color: #5836C6; }

 span { border-color: rgb(88,54,198); }

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