#572CC1

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

Shades of Purple Heart #572CC1

Tints of Purple Heart #572CC1

Color information

#572CC1 (or 0x572CC1) is unknown color: approx Purple Heart. HEX triplet: 57, 2C and C1. RGB value is (87,44,193). Sum of RGB (Red+Green+Blue) = 87+44+193=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #572CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CC1 is #A8D33E. Grayscale: #494949. Windows color (decimal): -11064127 or 12659799. OLE color: 12659799.

HSL color Cylindrical-coordinate representation of color #572CC1: hue angle of 257.32º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572CC1 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8744193-
CMYK0.550.7700.24
HSL257.32º62.87%46.47%-
HSV(B)257.32º77.2%75.69%-
XYZ14.467.6851.17-
YUV73.84195.25137.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 193 (75.78% from 255) = 59.57%
R=26.85%
G=13.58%
B=59.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87441930.550.7700.24257.3262.8746.47
Hex572CC1374D0181013f2e
Octal12754301671150304017756
Binary1010111101100110000011101111001101011000100000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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