Html Css Color HEX #5517AB Purple Heart

📋 copy color: '#5517AB'

red 85 ◦ green 23 ◦ blue 171

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

Shades of Purple Heart #5517AB

Tints of Purple Heart #5517AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 30.47%
G = 8.24%
B = 61.29%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5517AB (or 0x5517AB) is known color: Purple Heart. HEX triplet: 55, 17 and AB. RGB value is (85,23,171). Sum of RGB (Red+Green+Blue) = 85+23+171=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #5517AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5517AB is #AAE854. Grayscale: #393939. Windows color (decimal): -11200597 or 11212629. OLE color: 11212629.

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

Color convert

RGB 85 23 171 -
CMYK 0.50 0.87 0 0.33
HSL 265.14º 0.76% 0.38% -
HSV(B) 265.14º 0.87% 0.67% -
XYZ 11.4 5.48 38.99 -
YUV 58.41 191.54 146.97 -
System Red Green Blue C M Y K H S L
Decimal 85 23 171 0.50 0.87 0 0.33 265.14 0.76 0.38
Hex 55 17 AB 32 57 0 21 109 4C 26
Octal 125 27 253 62 127 0 41 411 114 46
Binary 1010101 10111 10101011 110010 1010111 0 100001 100001001 1001100 100110

Color Harmonies of #5517AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5517AB

Black with #5517AB

Text Example


Text Example

White with #5517AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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