#572FAB

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

Shades of Purple Heart #572FAB

Tints of Purple Heart #572FAB

Color information

#572FAB (or 0x572FAB) is unknown color: approx Purple Heart. HEX triplet: 57, 2F and AB. RGB value is (87,47,171). Sum of RGB (Red+Green+Blue) = 87+47+171=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #572FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572FAB is #A8D054. Grayscale: #484848. Windows color (decimal): -11063381 or 11218775. OLE color: 11218775.

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

Color convert

RGB8747171-
CMYK0.490.7300.33
HSL259.35º56.88%42.75%-
HSV(B)259.35º72.51%67.06%-
XYZ12.3739.23-
YUV73.1183.25137.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=28.52%
G=15.41%
B=56.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87471710.490.7300.33259.3556.8842.75
Hex572FAB3149021103392b
Octal12757253611110414037153
Binary10101111011111010101111000110010010100001100000011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,171); }

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

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

 a { background-color: rgb(87,47,171); }

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

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

 span { border-color: rgb(87,47,171); }

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