#572AAA

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

Shades of Purple Heart #572AAA

Tints of Purple Heart #572AAA

Color information

#572AAA (or 0x572AAA) is unknown color: approx Purple Heart. HEX triplet: 57, 2A and AA. RGB value is (87,42,170). Sum of RGB (Red+Green+Blue) = 87+42+170=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #572AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572AAA is #A8D555. Grayscale: #454545. Windows color (decimal): -11064662 or 11151959. OLE color: 11151959.

HSL color Cylindrical-coordinate representation of color #572AAA: hue angle of 261.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572AAA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8742170-
CMYK0.490.7500.33
HSL261.09º60.38%41.57%-
HSV(B)261.09º75.29%66.67%-
XYZ12.016.5838.67-
YUV70.05184.41140.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=29.10%
G=14.05%
B=56.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87421700.490.7500.33261.0960.3841.57
Hex572AAA314B0211053c2a
Octal12752252611130414057452
Binary10101111010101010101011000110010110100001100000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,42,170); }

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

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

 a { background-color: rgb(87,42,170); }

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

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

 span { border-color: rgb(87,42,170); }

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