Html Css Color HEX #5516AE Purple Heart

📋 copy color: '#5516AE'

red 85 ◦ green 22 ◦ blue 174

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

Shades of Purple Heart #5516AE

Tints of Purple Heart #5516AE

RGB

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

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

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

R = 30.25%
G = 7.83%
B = 61.92%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5516AE (or 0x5516AE) is known color: Purple Heart. HEX triplet: 55, 16 and AE. RGB value is (85,22,174). Sum of RGB (Red+Green+Blue) = 85+22+174=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #5516AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5516AE is #AAE951. Grayscale: #393939. Windows color (decimal): -11200850 or 11408981. OLE color: 11408981.

HSL color Cylindrical-coordinate representation of color #5516AE: hue angle of 264.87º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5516AE is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 22 174 -
CMYK 0.51 0.87 0 0.32
HSL 264.87º 0.78% 0.38% -
HSV(B) 264.87º 0.87% 0.68% -
XYZ 11.67 5.56 40.5 -
YUV 58.17 193.37 147.14 -
System Red Green Blue C M Y K H S L
Decimal 85 22 174 0.51 0.87 0 0.32 264.87 0.78 0.38
Hex 55 16 AE 33 57 0 20 109 4E 26
Octal 125 26 256 63 127 0 40 411 116 46
Binary 1010101 10110 10101110 110011 1010111 0 100000 100001001 1001110 100110

Color Harmonies of #5516AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516AE

Black with #5516AE

Text Example


Text Example

White with #5516AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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