Html Css Color HEX #5A0FAA Purple Heart

📋 copy color: '#5A0FAA'

red 90 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #5A0FAA

Tints of Purple Heart #5A0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 32.73%
G = 5.45%
B = 61.82%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A0FAA (or 0x5A0FAA) is known color: Purple Heart. HEX triplet: 5A, 0F and AA. RGB value is (90,15,170). Sum of RGB (Red+Green+Blue) = 90+15+170=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0FAA is #A5F055. Grayscale: #363636. Windows color (decimal): -10874966 or 11145050. OLE color: 11145050.

HSL color Cylindrical-coordinate representation of color #5A0FAA: hue angle of 269.03º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0FAA is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 15 170 -
CMYK 0.47 0.91 0 0.33
HSL 269.03º 0.84% 0.36% -
HSV(B) 269.03º 0.91% 0.67% -
XYZ 11.64 5.42 38.46 -
YUV 55.1 192.85 152.9 -
System Red Green Blue C M Y K H S L
Decimal 90 15 170 0.47 0.91 0 0.33 269.03 0.84 0.36
Hex 5A F AA 2F 5B 0 21 10D 54 24
Octal 132 17 252 57 133 0 41 415 124 44
Binary 1011010 1111 10101010 101111 1011011 0 100001 100001101 1010100 100100

Color Harmonies of #5A0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FAA

Black with #5A0FAA

Text Example


Text Example

White with #5A0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,170); }

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

background-color css

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

 a { background-color: rgb(90,15,170); }

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

border-color css

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

 span { border-color: rgb(90,15,170); }

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