#572ABC

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

Shades of Purple Heart #572ABC

Tints of Purple Heart #572ABC

Color information

#572ABC (or 0x572ABC) is unknown color: approx Purple Heart. HEX triplet: 57, 2A and BC. RGB value is (87,42,188). Sum of RGB (Red+Green+Blue) = 87+42+188=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #572ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ABC is #A8D543. Grayscale: #474747. Windows color (decimal): -11064644 or 12331607. OLE color: 12331607.

HSL color Cylindrical-coordinate representation of color #572ABC: hue angle of 258.49º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572ABC is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8742188-
CMYK0.540.7800.26
HSL258.49º63.48%45.1%-
HSV(B)258.49º77.66%73.73%-
XYZ13.847.3148.26-
YUV72.1193.41138.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 188 (73.83% from 255) = 59.31%
R=27.44%
G=13.25%
B=59.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87421880.540.7800.26258.4963.4845.1
Hex572ABC364E01A1023f2d
Octal12752274661160324027755
Binary1010111101010101111001101101001110011010100000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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