#5F1AAB

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

Shades of Purple Heart #5F1AAB

Tints of Purple Heart #5F1AAB

Color information

#5F1AAB (or 0x5F1AAB) is unknown color: approx Purple Heart. HEX triplet: 5F, 1A and AB. RGB value is (95,26,171). Sum of RGB (Red+Green+Blue) = 95+26+171=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1AAB is #A0E554. Grayscale: #3E3E3E. Windows color (decimal): -10544469 or 11213407. OLE color: 11213407.

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

Color convert

RGB9526171-
CMYK0.440.8500.33
HSL268.55º73.6%38.63%-
HSV(B)268.55º84.8%67.06%-
XYZ12.446.1139.05-
YUV63.16188.86150.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 26 (10.55% from 255) = 8.90%
BLUE value IS 171 (67.19% from 255) = 58.56%
R=32.53%
G=8.90%
B=58.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95261710.440.8500.33268.5573.638.63
Hex5F1AAB2C5502110d4a27
Octal137322535412504141511247
Binary10111111101010101011101100101010101000011000011011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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