Html Css Color HEX #5711AB Purple Heart

📋 copy color: '#5711AB'

red 87 ◦ green 17 ◦ blue 171

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

Shades of Purple Heart #5711AB

Tints of Purple Heart #5711AB

RGB

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

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

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

R = 31.64%
G = 6.18%
B = 62.18%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5711AB (or 0x5711AB) is known color: Purple Heart. HEX triplet: 57, 11 and AB. RGB value is (87,17,171). Sum of RGB (Red+Green+Blue) = 87+17+171=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #5711AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5711AB is #A8EE54. Grayscale: #363636. Windows color (decimal): -11071061 or 11211095. OLE color: 11211095.

HSL color Cylindrical-coordinate representation of color #5711AB: hue angle of 267.27º 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 #5711AB is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 17 171 -
CMYK 0.49 0.90 0 0.33
HSL 267.27º 0.82% 0.37% -
HSV(B) 267.27º 0.9% 0.67% -
XYZ 11.48 5.37 38.96 -
YUV 55.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 87 17 171 0.49 0.90 0 0.33 267.27 0.82 0.37
Hex 57 11 AB 31 5A 0 21 10B 52 25
Octal 127 21 253 61 132 0 41 413 122 45
Binary 1010111 10001 10101011 110001 1011010 0 100001 100001011 1010010 100101

Color Harmonies of #5711AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5711AB

Black with #5711AB

Text Example


Text Example

White with #5711AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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