#5F3CC2

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

Shades of Purple Heart #5F3CC2

Tints of Purple Heart #5F3CC2

Color information

#5F3CC2 (or 0x5F3CC2) is unknown color: approx Purple Heart. HEX triplet: 5F, 3C and C2. RGB value is (95,60,194). Sum of RGB (Red+Green+Blue) = 95+60+194=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #5F3CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CC2 is #A0C33D. Grayscale: #555555. Windows color (decimal): -10535742 or 12729439. OLE color: 12729439.

HSL color Cylindrical-coordinate representation of color #5F3CC2: hue angle of 255.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F3CC2 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9560194-
CMYK0.510.6900.24
HSL255.67º52.76%49.8%-
HSV(B)255.67º69.07%76.08%-
XYZ16.079.5652.04-
YUV85.74189.1134.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 194 (76.17% from 255) = 55.59%
R=27.22%
G=17.19%
B=55.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95601940.510.6900.24255.6752.7649.8
Hex5F3CC233450181003532
Octal13774302631050304006562
Binary1011111111100110000101100111000101011000100000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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