Html Css Color HEX #5729BB Purple Heart

📋 copy color: '#5729BB'

red 87 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #5729BB

Tints of Purple Heart #5729BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 27.62%
G = 13.02%
B = 59.37%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5729BB (or 0x5729BB) is known color: Purple Heart. HEX triplet: 57, 29 and BB. RGB value is (87,41,187). Sum of RGB (Red+Green+Blue) = 87+41+187=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #5729BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5729BB is #A8D644. Grayscale: #464646. Windows color (decimal): -11064901 or 12265815. OLE color: 12265815.

HSL color Cylindrical-coordinate representation of color #5729BB: hue angle of 258.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5729BB is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 41 187 -
CMYK 0.53 0.78 0 0.27
HSL 258.9º 0.64% 0.45% -
HSV(B) 258.9º 0.78% 0.73% -
XYZ 13.69 7.2 47.68 -
YUV 71.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 87 41 187 0.53 0.78 0 0.27 258.9 0.64 0.45
Hex 57 29 BB 35 4E 0 1B 103 40 2D
Octal 127 51 273 65 116 0 33 403 100 55
Binary 1010111 101001 10111011 110101 1001110 0 11011 100000011 1000000 101101

Color Harmonies of #5729BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5729BB

Black with #5729BB

Text Example


Text Example

White with #5729BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5729BB; }

 p { color: rgb(87,41,187); }

 H1.HeaderClassName
 {
   color: #5729BB;
 }
 .AnyTagClassName
 {
   color: #5729BB;
 }
</style>

background-color css

<style>
 a { background-color: #5729BB; }

 a { background-color: rgb(87,41,187); }

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

border-color css

<style>
 span { border-color: #5729BB; }

 span { border-color: rgb(87,41,187); }

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