Html Css Color HEX #5517AA Purple Heart

📋 copy color: '#5517AA'

red 85 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #5517AA

Tints of Purple Heart #5517AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 30.58%
G = 8.27%
B = 61.15%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5517AA (or 0x5517AA) is known color: Purple Heart. HEX triplet: 55, 17 and AA. RGB value is (85,23,170). Sum of RGB (Red+Green+Blue) = 85+23+170=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #5517AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5517AA is #AAE855. Grayscale: #393939. Windows color (decimal): -11200598 or 11147093. OLE color: 11147093.

HSL color Cylindrical-coordinate representation of color #5517AA: hue angle of 265.31º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5517AA is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 23 170 -
CMYK 0.50 0.86 0 0.33
HSL 265.31º 0.76% 0.38% -
HSV(B) 265.31º 0.86% 0.67% -
XYZ 11.31 5.45 38.49 -
YUV 58.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 85 23 170 0.50 0.86 0 0.33 265.31 0.76 0.38
Hex 55 17 AA 32 56 0 21 109 4C 26
Octal 125 27 252 62 126 0 41 411 114 46
Binary 1010101 10111 10101010 110010 1010110 0 100001 100001001 1001100 100110

Color Harmonies of #5517AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5517AA

Black with #5517AA

Text Example


Text Example

White with #5517AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5517AA; }

 p { color: rgb(85,23,170); }

 H1.HeaderClassName
 {
   color: #5517AA;
 }
 .AnyTagClassName
 {
   color: #5517AA;
 }
</style>

background-color css

<style>
 a { background-color: #5517AA; }

 a { background-color: rgb(85,23,170); }

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

border-color css

<style>
 span { border-color: #5517AA; }

 span { border-color: rgb(85,23,170); }

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