Html Css Color HEX #5516A9 Purple Heart

📋 copy color: '#5516A9'

red 85 ◦ green 22 ◦ blue 169

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

Shades of Purple Heart #5516A9

Tints of Purple Heart #5516A9

RGB

 RED value IS 85 (33.59% from 255) = 30.8%

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 169 (66.41% from 255) = 61.23%

R = 30.8%
G = 7.97%
B = 61.23%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5516A9 (or 0x5516A9) is known color: Purple Heart. HEX triplet: 55, 16 and A9. RGB value is (85,22,169). Sum of RGB (Red+Green+Blue) = 85+22+169=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #5516A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5516A9 is #AAE956. Grayscale: #393939. Windows color (decimal): -11200855 or 11081301. OLE color: 11081301.

HSL color Cylindrical-coordinate representation of color #5516A9: hue angle of 265.71º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5516A9 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 22 169 -
CMYK 0.50 0.87 0 0.34
HSL 265.71º 0.77% 0.37% -
HSV(B) 265.71º 0.87% 0.66% -
XYZ 11.19 5.37 37.98 -
YUV 57.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 85 22 169 0.50 0.87 0 0.34 265.71 0.77 0.37
Hex 55 16 A9 32 57 0 22 10A 4D 25
Octal 125 26 251 62 127 0 42 412 115 45
Binary 1010101 10110 10101001 110010 1010111 0 100010 100001010 1001101 100101

Color Harmonies of #5516A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516A9

Black with #5516A9

Text Example


Text Example

White with #5516A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5516A9; }

 p { color: rgb(85,22,169); }

 H1.HeaderClassName
 {
   color: #5516A9;
 }
 .AnyTagClassName
 {
   color: #5516A9;
 }
</style>

background-color css

<style>
 a { background-color: #5516A9; }

 a { background-color: rgb(85,22,169); }

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

border-color css

<style>
 span { border-color: #5516A9; }

 span { border-color: rgb(85,22,169); }

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