#5F0CB1

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

Shades of Purple Heart #5F0CB1

Tints of Purple Heart #5F0CB1

Color information

#5F0CB1 (or 0x5F0CB1) is unknown color: approx Purple Heart. HEX triplet: 5F, 0C and B1. RGB value is (95,12,177). Sum of RGB (Red+Green+Blue) = 95+12+177=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #5F0CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0CB1 is #A0F34E. Grayscale: #373737. Windows color (decimal): -10548047 or 11603039. OLE color: 11603039.

HSL color Cylindrical-coordinate representation of color #5F0CB1: hue angle of 270.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0CB1 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9512177-
CMYK0.460.9300.31
HSL270.18º87.3%37.06%-
HSV(B)270.18º93.22%69.41%-
XYZ12.795.8742.05-
YUV55.63196.5156.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 12 (5.08% from 255) = 4.23%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=33.45%
G=4.23%
B=62.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95121770.460.9300.31270.1887.337.06
Hex5FCB12E5D01F10e5725
Octal137142615613503741612745
Binary101111111001011000110111010111010111111000011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,12,177); }

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

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

 a { background-color: rgb(95,12,177); }

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

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

 span { border-color: rgb(95,12,177); }

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