#572CAE

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

Shades of Purple Heart #572CAE

Tints of Purple Heart #572CAE

Color information

#572CAE (or 0x572CAE) is unknown color: approx Purple Heart. HEX triplet: 57, 2C and AE. RGB value is (87,44,174). Sum of RGB (Red+Green+Blue) = 87+44+174=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #572CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572CAE is #A8D351. Grayscale: #474747. Windows color (decimal): -11064146 or 11414615. OLE color: 11414615.

HSL color Cylindrical-coordinate representation of color #572CAE: hue angle of 259.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572CAE is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8744174-
CMYK0.50.7500.32
HSL259.85º59.63%42.75%-
HSV(B)259.85º74.71%68.24%-
XYZ12.476.8840.72-
YUV71.68185.75138.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=28.52%
G=14.43%
B=57.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87441740.50.7500.32259.8559.6342.75
Hex572CAE324B0201043c2b
Octal12754256621130404047453
Binary10101111011001010111011001010010110100000100000100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572CAE; }

 p { color: rgb(87,44,174); }

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

<style>
 a { background-color: #572CAE; }

 a { background-color: rgb(87,44,174); }

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

<style>
 span { border-color: #572CAE; }

 span { border-color: rgb(87,44,174); }

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