Html Css Color HEX #5A12A7 Purple Heart

📋 copy color: '#5A12A7'

red 90 ◦ green 18 ◦ blue 167

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

Shades of Purple Heart #5A12A7

Tints of Purple Heart #5A12A7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 167 (65.63% from 255) = 60.73%

R = 32.73%
G = 6.55%
B = 60.73%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5A12A7 (or 0x5A12A7) is known color: Purple Heart. HEX triplet: 5A, 12 and A7. RGB value is (90,18,167). Sum of RGB (Red+Green+Blue) = 90+18+167=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #5A12A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A12A7 is #A5ED58. Grayscale: #373737. Windows color (decimal): -10874201 or 10949210. OLE color: 10949210.

HSL color Cylindrical-coordinate representation of color #5A12A7: hue angle of 268.99º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A12A7 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 18 167 -
CMYK 0.46 0.89 0 0.35
HSL 268.99º 0.81% 0.36% -
HSV(B) 268.99º 0.89% 0.65% -
XYZ 11.41 5.4 37 -
YUV 56.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 90 18 167 0.46 0.89 0 0.35 268.99 0.81 0.36
Hex 5A 12 A7 2E 59 0 23 10D 51 24
Octal 132 22 247 56 131 0 43 415 121 44
Binary 1011010 10010 10100111 101110 1011001 0 100011 100001101 1010001 100100

Color Harmonies of #5A12A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A12A7

Black with #5A12A7

Text Example


Text Example

White with #5A12A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A12A7;
 }
 .AnyTagClassName
 {
   color: #5A12A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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