Html Css Color HEX #5A09AC Purple Heart

📋 copy color: '#5A09AC'

red 90 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #5A09AC

Tints of Purple Heart #5A09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 33.21%
G = 3.32%
B = 63.47%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A09AC (or 0x5A09AC) is known color: Purple Heart. HEX triplet: 5A, 09 and AC. RGB value is (90,9,172). Sum of RGB (Red+Green+Blue) = 90+9+172=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A09AC is #A5F653. Grayscale: #333333. Windows color (decimal): -10876500 or 11274586. OLE color: 11274586.

HSL color Cylindrical-coordinate representation of color #5A09AC: hue angle of 269.82º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A09AC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 9 172 -
CMYK 0.48 0.95 0 0.33
HSL 269.82º 0.9% 0.35% -
HSV(B) 269.82º 0.95% 0.67% -
XYZ 11.76 5.35 39.44 -
YUV 51.8 195.84 155.25 -
System Red Green Blue C M Y K H S L
Decimal 90 9 172 0.48 0.95 0 0.33 269.82 0.9 0.35
Hex 5A 9 AC 30 5F 0 21 10E 5A 23
Octal 132 11 254 60 137 0 41 416 132 43
Binary 1011010 1001 10101100 110000 1011111 0 100001 100001110 1011010 100011

Color Harmonies of #5A09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A09AC

Black with #5A09AC

Text Example


Text Example

White with #5A09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,9,172); }

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

background-color css

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

 a { background-color: rgb(90,9,172); }

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

border-color css

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

 span { border-color: rgb(90,9,172); }

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