#572eaf

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

Shades of Purple Heart #572EAF

Tints of Purple Heart #572EAF

Color information

#572EAF (or 0x572EAF) is unknown color: approx Purple Heart. HEX triplet: 57, 2E and AF. RGB value is (87,46,175). Sum of RGB (Red+Green+Blue) = 87+46+175=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #572EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572EAF is #A8D150. Grayscale: #484848. Windows color (decimal): -11063633 or 11480663. OLE color: 11480663.

HSL color Cylindrical-coordinate representation of color #572EAF: hue angle of 259.07º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572EAF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8746175-
CMYK0.500.7400.31
HSL259.07º58.37%43.33%-
HSV(B)259.07º73.71%68.63%-
XYZ12.657.0841.26-
YUV72.96185.58138.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.25%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=28.25%
G=14.94%
B=56.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87461750.500.7400.31259.0758.3743.33
Hex572EAF324A01F1033a2b
Octal12756257621120374037253
Binary1010111101110101011111100101001010011111100000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,46,175); }

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

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

 a { background-color: rgb(87,46,175); }

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

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

 span { border-color: rgb(87,46,175); }

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