Html Css Color HEX #5711AC Purple Heart

📋 copy color: '#5711AC'

red 87 ◦ green 17 ◦ blue 172

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

Shades of Purple Heart #5711AC

Tints of Purple Heart #5711AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 31.52%
G = 6.16%
B = 62.32%

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

#5711AC (or 0x5711AC) is known color: Purple Heart. HEX triplet: 57, 11 and AC. RGB value is (87,17,172). Sum of RGB (Red+Green+Blue) = 87+17+172=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5711AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5711AC is #A8EE53. Grayscale: #373737. Windows color (decimal): -11071060 or 11276631. OLE color: 11276631.

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

Color convert

RGB 87 17 172 -
CMYK 0.49 0.90 0 0.33
HSL 267.1º 0.82% 0.37% -
HSV(B) 267.1º 0.9% 0.67% -
XYZ 11.58 5.41 39.46 -
YUV 55.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 87 17 172 0.49 0.90 0 0.33 267.1 0.82 0.37
Hex 57 11 AC 31 5A 0 21 10B 52 25
Octal 127 21 254 61 132 0 41 413 122 45
Binary 1010111 10001 10101100 110001 1011010 0 100001 100001011 1010010 100101

Color Harmonies of #5711AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5711AC

Black with #5711AC

Text Example


Text Example

White with #5711AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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