#5F39CE

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

Shades of Purple Heart #5F39CE

Tints of Purple Heart #5F39CE

Color information

#5F39CE (or 0x5F39CE) is unknown color: approx Purple Heart. HEX triplet: 5F, 39 and CE. RGB value is (95,57,206). Sum of RGB (Red+Green+Blue) = 95+57+206=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F39CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F39CE is #A0C631. Grayscale: #545454. Windows color (decimal): -10536498 or 13515103. OLE color: 13515103.

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

Color convert

RGB9557206-
CMYK0.540.7200.19
HSL255.3º60.32%51.57%-
HSV(B)255.3º72.33%80.78%-
XYZ17.329.8259.37-
YUV85.35196.09134.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.54%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 206 (80.86% from 255) = 57.54%
R=26.54%
G=15.92%
B=57.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95572060.540.7200.19255.360.3251.57
Hex5F39CE3648013ff3c34
Octal13771316661100233777464
Binary101111111100111001110110110100100001001111111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,57,206); }

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

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

 a { background-color: rgb(95,57,206); }

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

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

 span { border-color: rgb(95,57,206); }

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