Html Css Color HEX #5A0ABB Purple Heart

📋 copy color: '#5A0ABB'

red 90 ◦ green 10 ◦ blue 187

#5A0ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5A0ABB

Tints of Purple Heart #5A0ABB

RGB

 RED value IS 90 (35.55% from 255) = 31.36%

 GREEN value IS 10 (4.3% 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 value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A0ABB (or 0x5A0ABB) is known color: 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

RGB 90 10 187 -
CMYK 0.52 0.95 0 0.27
HSL 267.12º 0.9% 0.39% -
HSV(B) 267.12º 0.95% 0.73% -
XYZ 13.29 5.98 47.47 -
YUV 54.1 203 153.61 -
System Red Green Blue C M Y K H S L
Decimal 90 10 187 0.52 0.95 0 0.27 267.12 0.9 0.39
Hex 5A A BB 34 5F 0 1B 10B 5A 27
Octal 132 12 273 64 137 0 33 413 132 47
Binary 1011010 1010 10111011 110100 1011111 0 11011 100001011 1011010 100111

Color Harmonies of #5A0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0ABB

Black with #5A0ABB

Text Example


Text Example

White with #5A0ABB

Text Example


Text Example

HTML Codes & Css Web 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>