#5F1BAB

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

Shades of Purple Heart #5F1BAB

Tints of Purple Heart #5F1BAB

Color information

#5F1BAB (or 0x5F1BAB) is unknown color: approx Purple Heart. HEX triplet: 5F, 1B and AB. RGB value is (95,27,171). Sum of RGB (Red+Green+Blue) = 95+27+171=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F1BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1BAB is #A0E454. Grayscale: #3F3F3F. Windows color (decimal): -10544213 or 11213663. OLE color: 11213663.

HSL color Cylindrical-coordinate representation of color #5F1BAB: hue angle of 268.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1BAB is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9527171-
CMYK0.440.8400.33
HSL268.33º72.73%38.82%-
HSV(B)268.33º84.21%67.06%-
XYZ12.466.1639.06-
YUV63.75188.53150.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=32.42%
G=9.22%
B=58.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95271710.440.8400.33268.3372.7338.82
Hex5F1BAB2C5402110c4927
Octal137332535412404141411147
Binary10111111101110101011101100101010001000011000011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,27,171); }

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

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

 a { background-color: rgb(95,27,171); }

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

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

 span { border-color: rgb(95,27,171); }

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