Html Css Color HEX #5712AB Purple Heart

📋 copy color: '#5712AB'

red 87 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5712AB

Tints of Purple Heart #5712AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 31.52%
G = 6.52%
B = 61.96%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5712AB (or 0x5712AB) is known color: Purple Heart. HEX triplet: 57, 12 and AB. RGB value is (87,18,171). Sum of RGB (Red+Green+Blue) = 87+18+171=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5712AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5712AB is #A8ED54. Grayscale: #373737. Windows color (decimal): -11070805 or 11211351. OLE color: 11211351.

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

Color convert

RGB 87 18 171 -
CMYK 0.49 0.89 0 0.33
HSL 267.06º 0.81% 0.37% -
HSV(B) 267.06º 0.89% 0.67% -
XYZ 11.5 5.4 38.96 -
YUV 56.07 192.86 150.06 -
System Red Green Blue C M Y K H S L
Decimal 87 18 171 0.49 0.89 0 0.33 267.06 0.81 0.37
Hex 57 12 AB 31 59 0 21 10B 51 25
Octal 127 22 253 61 131 0 41 413 121 45
Binary 1010111 10010 10101011 110001 1011001 0 100001 100001011 1010001 100101

Color Harmonies of #5712AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5712AB

Black with #5712AB

Text Example


Text Example

White with #5712AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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