#5F3CCE

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

Shades of Purple Heart #5F3CCE

Tints of Purple Heart #5F3CCE

Color information

#5F3CCE (or 0x5F3CCE) is unknown color: approx Purple Heart. HEX triplet: 5F, 3C and CE. RGB value is (95,60,206). Sum of RGB (Red+Green+Blue) = 95+60+206=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CCE is #A0C331. Grayscale: #565656. Windows color (decimal): -10535730 or 13515871. OLE color: 13515871.

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

Color convert

RGB9560206-
CMYK0.540.7100.19
HSL254.38º59.84%52.16%-
HSV(B)254.38º70.87%80.78%-
XYZ17.4810.1259.42-
YUV87.11195.1133.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=26.32%
G=16.62%
B=57.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95602060.540.7100.19254.3859.8452.16
Hex5F3CCE3647013fe3c34
Octal13774316661070233767464
Binary101111111110011001110110110100011101001111111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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