Html Css Color HEX #5728AB Purple Heart

📋 copy color: '#5728AB'

red 87 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #5728AB

Tints of Purple Heart #5728AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 29.19%
G = 13.42%
B = 57.38%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5728AB (or 0x5728AB) is known color: Purple Heart. HEX triplet: 57, 28 and AB. RGB value is (87,40,171). Sum of RGB (Red+Green+Blue) = 87+40+171=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #5728AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5728AB is #A8D754. Grayscale: #444444. Windows color (decimal): -11065173 or 11216983. OLE color: 11216983.

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

Color convert

RGB 87 40 171 -
CMYK 0.49 0.77 0 0.33
HSL 261.53º 0.62% 0.41% -
HSV(B) 261.53º 0.77% 0.67% -
XYZ 12.04 6.48 39.15 -
YUV 68.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 87 40 171 0.49 0.77 0 0.33 261.53 0.62 0.41
Hex 57 28 AB 31 4D 0 21 106 3E 29
Octal 127 50 253 61 115 0 41 406 76 51
Binary 1010111 101000 10101011 110001 1001101 0 100001 100000110 111110 101001

Color Harmonies of #5728AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5728AB

Black with #5728AB

Text Example


Text Example

White with #5728AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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