#5836CB

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

Shades of Purple Heart #5836CB

Tints of Purple Heart #5836CB

Color information

#5836CB (or 0x5836CB) is unknown color: approx Purple Heart. HEX triplet: 58, 36 and CB. RGB value is (88,54,203). Sum of RGB (Red+Green+Blue) = 88+54+203=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #5836CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5836CB is #A7C934. Grayscale: #505050. Windows color (decimal): -10996021 or 13317720. OLE color: 13317720.

HSL color Cylindrical-coordinate representation of color #5836CB: hue angle of 253.69º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5836CB is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8854203-
CMYK0.570.7300.20
HSL253.69º58.89%50.39%-
HSV(B)253.69º73.4%79.61%-
XYZ16.129.0257.39-
YUV81.15196.76132.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 203 (79.69% from 255) = 58.84%
R=25.51%
G=15.65%
B=58.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88542030.570.7300.20253.6958.8950.39
Hex5836CB3949014fe3b32
Octal13066313711110243767362
Binary101100011011011001011111001100100101010011111110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5836CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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