#5A12AB

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

Shades of Purple Heart #5A12AB

Tints of Purple Heart #5A12AB

Color information

#5A12AB (or 0x5A12AB) is unknown color: approx Purple Heart. HEX triplet: 5A, 12 and AB. RGB value is (90,18,171). Sum of RGB (Red+Green+Blue) = 90+18+171=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A12AB is #A5ED54. Grayscale: #383838. Windows color (decimal): -10874197 or 11211354. OLE color: 11211354.

HSL color Cylindrical-coordinate representation of color #5A12AB: hue angle of 268.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A12AB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9018171-
CMYK0.470.8900.33
HSL268.24º80.95%37.06%-
HSV(B)268.24º89.47%67.06%-
XYZ11.785.5538.98-
YUV56.97192.35151.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=32.26%
G=6.45%
B=61.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90181710.470.8900.33268.2480.9537.06
Hex5A12AB2F5902110c5125
Octal132222535713104141412145
Binary10110101001010101011101111101100101000011000011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,18,171); }

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

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

 a { background-color: rgb(90,18,171); }

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

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

 span { border-color: rgb(90,18,171); }

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