#5F36CC

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

Shades of Purple Heart #5F36CC

Tints of Purple Heart #5F36CC

Color information

#5F36CC (or 0x5F36CC) is unknown color: approx Purple Heart. HEX triplet: 5F, 36 and CC. RGB value is (95,54,204). Sum of RGB (Red+Green+Blue) = 95+54+204=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F36CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F36CC is #A0C933. Grayscale: #525252. Windows color (decimal): -10537268 or 13383263. OLE color: 13383263.

HSL color Cylindrical-coordinate representation of color #5F36CC: hue angle of 256.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F36CC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9554204-
CMYK0.530.7400.2
HSL256.4º59.52%50.59%-
HSV(B)256.4º73.53%80%-
XYZ16.949.4358.05-
YUV83.36196.08136.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=26.91%
G=15.30%
B=57.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal95542040.530.7400.2256.459.5250.59
Hex5F36CC354A0141003c33
Octal13766314651120244007463
Binary1011111110110110011001101011001010010100100000000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F36CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F36CC; }

 p { color: rgb(95,54,204); }

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

<style>
 a { background-color: #5F36CC; }

 a { background-color: rgb(95,54,204); }

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

<style>
 span { border-color: #5F36CC; }

 span { border-color: rgb(95,54,204); }

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