#5A0ABB

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

Shades of Purple Heart #5A0ABB

Tints of Purple Heart #5A0ABB

Color information

#5A0ABB (or 0x5A0ABB) is unknown color: approx Purple Heart. HEX triplet: 5A, 0A and BB. RGB value is (90,10,187). Sum of RGB (Red+Green+Blue) = 90+10+187=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0ABB is #A5F544. Grayscale: #353535. Windows color (decimal): -10876229 or 12257882. OLE color: 12257882.

HSL color Cylindrical-coordinate representation of color #5A0ABB: hue angle of 267.12º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0ABB is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9010187-
CMYK0.520.9500.27
HSL267.12º89.85%38.63%-
HSV(B)267.12º94.65%73.33%-
XYZ13.295.9847.47-
YUV54.1203153.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 187 (73.44% from 255) = 65.16%
R=31.36%
G=3.48%
B=65.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90101870.520.9500.27267.1289.8538.63
Hex5AABB345F01B10b5a27
Octal132122736413703341313247
Binary101101010101011101111010010111110110111000010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,10,187); }

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

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

 a { background-color: rgb(90,10,187); }

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

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

 span { border-color: rgb(90,10,187); }

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