#5729be

Color #5729BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5729BE

Tints of Purple Heart #5729BE

Color information

#5729BE (or 0x5729BE) is unknown color: approx Purple Heart. HEX triplet: 57, 29 and BE. RGB value is (87,41,190). Sum of RGB (Red+Green+Blue) = 87+41+190=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #5729BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5729BE is #A8D641. Grayscale: #474747. Windows color (decimal): -11064898 or 12462423. OLE color: 12462423.

HSL color Cylindrical-coordinate representation of color #5729BE: hue angle of 258.52º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5729BE is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8741190-
CMYK0.540.7800.25
HSL258.52º64.5%45.29%-
HSV(B)258.52º78.42%74.51%-
XYZ14.027.3349.39-
YUV71.74194.74138.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 190 (74.61% from 255) = 59.75%
R=27.36%
G=12.89%
B=59.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87411900.540.7800.25258.5264.545.29
Hex5729BE364E019103412d
Octal127512766611603140310155
Binary10101111010011011111011011010011100110011000000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5729be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5729be;
 }
 .AnyTagClassName
 {
   color: #5729be;
 }
</style>
background-color css

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

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

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

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

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

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