#5727A9

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

Shades of Purple Heart #5727A9

Tints of Purple Heart #5727A9

Color information

#5727A9 (or 0x5727A9) is unknown color: approx Purple Heart. HEX triplet: 57, 27 and A9. RGB value is (87,39,169). Sum of RGB (Red+Green+Blue) = 87+39+169=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #5727A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5727A9 is #A8D856. Grayscale: #434343. Windows color (decimal): -11065431 or 11085655. OLE color: 11085655.

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

Color convert

RGB8739169-
CMYK0.490.7700.34
HSL262.15º62.5%40.78%-
HSV(B)262.15º76.92%66.27%-
XYZ11.826.3438.14-
YUV68.17184.9141.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 169 (66.41% from 255) = 57.29%
R=29.49%
G=13.22%
B=57.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87391690.490.7700.34262.1562.540.78
Hex5727A9314D0221063e29
Octal12747251611150424067651
Binary10101111001111010100111000110011010100010100000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5727A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5727A9; }

 p { color: rgb(87,39,169); }

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

<style>
 a { background-color: #5727A9; }

 a { background-color: rgb(87,39,169); }

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

<style>
 span { border-color: #5727A9; }

 span { border-color: rgb(87,39,169); }

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