Html Css Color HEX #5711AA Purple Heart

📋 copy color: '#5711AA'

red 87 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #5711AA

Tints of Purple Heart #5711AA

RGB

 RED value IS 87 (34.38% from 255) = 31.75%

 GREEN value IS 17 (7.03% from 255) = 6.2%

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

R = 31.75%
G = 6.2%
B = 62.04%

CMYK

 C value IS 0.49

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5711AA (or 0x5711AA) is known color: Purple Heart. HEX triplet: 57, 11 and AA. RGB value is (87,17,170). Sum of RGB (Red+Green+Blue) = 87+17+170=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #5711AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5711AA is #A8EE55. Grayscale: #363636. Windows color (decimal): -11071062 or 11145559. OLE color: 11145559.

HSL color Cylindrical-coordinate representation of color #5711AA: hue angle of 267.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5711AA is Cyan = 0.49, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 17 170 -
CMYK 0.49 0.9 0 0.33
HSL 267.45º 0.82% 0.37% -
HSV(B) 267.45º 0.9% 0.67% -
XYZ 11.39 5.33 38.46 -
YUV 55.37 192.69 150.56 -
System Red Green Blue C M Y K H S L
Decimal 87 17 170 0.49 0.9 0 0.33 267.45 0.82 0.37
Hex 57 11 AA 31 5A 0 21 10B 52 25
Octal 127 21 252 61 132 0 41 413 122 45
Binary 1010111 10001 10101010 110001 1011010 0 100001 100001011 1010010 100101

Color Harmonies of #5711AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5711AA

Black with #5711AA

Text Example


Text Example

White with #5711AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,17,170); }

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

background-color css

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

 a { background-color: rgb(87,17,170); }

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

border-color css

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

 span { border-color: rgb(87,17,170); }

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