Html Css Color HEX #5714AB Purple Heart

📋 copy color: '#5714AB'

red 87 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #5714AB

Tints of Purple Heart #5714AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 31.29%
G = 7.19%
B = 61.51%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5714AB (or 0x5714AB) is known color: Purple Heart. HEX triplet: 57, 14 and AB. RGB value is (87,20,171). Sum of RGB (Red+Green+Blue) = 87+20+171=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #5714AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5714AB is #A8EB54. Grayscale: #383838. Windows color (decimal): -11070293 or 11211863. OLE color: 11211863.

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

Color convert

RGB 87 20 171 -
CMYK 0.49 0.88 0 0.33
HSL 266.62º 0.79% 0.37% -
HSV(B) 266.62º 0.88% 0.67% -
XYZ 11.53 5.47 38.98 -
YUV 57.25 192.2 149.22 -
System Red Green Blue C M Y K H S L
Decimal 87 20 171 0.49 0.88 0 0.33 266.62 0.79 0.37
Hex 57 14 AB 31 58 0 21 10B 4F 25
Octal 127 24 253 61 130 0 41 413 117 45
Binary 1010111 10100 10101011 110001 1011000 0 100001 100001011 1001111 100101

Color Harmonies of #5714AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5714AB

Black with #5714AB

Text Example


Text Example

White with #5714AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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