Html Css Color HEX #5A12AB Purple Heart

📋 copy color: '#5A12AB'

red 90 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5A12AB

Tints of Purple Heart #5A12AB

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 value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

RGB 90 18 171 -
CMYK 0.47 0.89 0 0.33
HSL 268.24º 0.81% 0.37% -
HSV(B) 268.24º 0.89% 0.67% -
XYZ 11.78 5.55 38.98 -
YUV 56.97 192.35 151.56 -
System Red Green Blue C M Y K H S L
Decimal 90 18 171 0.47 0.89 0 0.33 268.24 0.81 0.37
Hex 5A 12 AB 2F 59 0 21 10C 51 25
Octal 132 22 253 57 131 0 41 414 121 45
Binary 1011010 10010 10101011 101111 1011001 0 100001 100001100 1010001 100101

Color Harmonies of #5A12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A12AB

Black with #5A12AB

Text Example


Text Example

White with #5A12AB

Text Example


Text Example

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