#5F36CF

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

Shades of Purple Heart #5F36CF

Tints of Purple Heart #5F36CF

Color information

#5F36CF (or 0x5F36CF) is unknown color: approx Purple Heart. HEX triplet: 5F, 36 and CF. RGB value is (95,54,207). Sum of RGB (Red+Green+Blue) = 95+54+207=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F36CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F36CF is #A0C930. Grayscale: #535353. Windows color (decimal): -10537265 or 13579871. OLE color: 13579871.

HSL color Cylindrical-coordinate representation of color #5F36CF: hue angle of 256.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F36CF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9554207-
CMYK0.540.7400.19
HSL256.08º61.45%51.18%-
HSV(B)256.08º73.91%81.18%-
XYZ17.39.5859.97-
YUV83.7197.58136.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 54 (21.48% from 255) = 15.17%
BLUE value IS 207 (81.25% from 255) = 58.15%
R=26.69%
G=15.17%
B=58.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95542070.540.7400.19256.0861.4551.18
Hex5F36CF364A0131003d33
Octal13766317661120234007563
Binary1011111110110110011111101101001010010011100000000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F36CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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