Html Css Color HEX #5A0CAE Purple Heart

📋 copy color: '#5A0CAE'

red 90 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #5A0CAE

Tints of Purple Heart #5A0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 32.61%
G = 4.35%
B = 63.04%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A0CAE (or 0x5A0CAE) is known color: Purple Heart. HEX triplet: 5A, 0C and AE. RGB value is (90,12,174). Sum of RGB (Red+Green+Blue) = 90+12+174=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0CAE is #A5F351. Grayscale: #353535. Windows color (decimal): -10875730 or 11406426. OLE color: 11406426.

HSL color Cylindrical-coordinate representation of color #5A0CAE: hue angle of 268.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0CAE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 12 174 -
CMYK 0.48 0.93 0 0.32
HSL 268.89º 0.87% 0.36% -
HSV(B) 268.89º 0.93% 0.68% -
XYZ 11.99 5.49 40.47 -
YUV 53.79 195.84 153.83 -
System Red Green Blue C M Y K H S L
Decimal 90 12 174 0.48 0.93 0 0.32 268.89 0.87 0.36
Hex 5A C AE 30 5D 0 20 10D 57 24
Octal 132 14 256 60 135 0 40 415 127 44
Binary 1011010 1100 10101110 110000 1011101 0 100000 100001101 1010111 100100

Color Harmonies of #5A0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0CAE

Black with #5A0CAE

Text Example


Text Example

White with #5A0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,174); }

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

background-color css

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

 a { background-color: rgb(90,12,174); }

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

border-color css

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

 span { border-color: rgb(90,12,174); }

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