#5F04CE

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

Shades of Purple Heart #5F04CE

Tints of Purple Heart #5F04CE

Color information

#5F04CE (or 0x5F04CE) is unknown color: approx Purple Heart. HEX triplet: 5F, 04 and CE. RGB value is (95,4,206). Sum of RGB (Red+Green+Blue) = 95+4+206=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F04CE is #A0FB31. Grayscale: #353535. Windows color (decimal): -10550066 or 13501535. OLE color: 13501535.

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

Color convert

RGB954206-
CMYK0.540.9800.19
HSL267.03º96.19%41.18%-
HSV(B)267.03º98.06%80.78%-
XYZ15.96.9858.9-
YUV54.24213.65157.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=31.15%
G=1.31%
B=67.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal9542060.540.9800.19267.0396.1941.18
Hex5F4CE366201310b6029
Octal13743166614202341314051
Binary10111111001100111011011011000100100111000010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F04CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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