#572df1

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

Shades of Han Purple #572DF1

Tints of Han Purple #572DF1

Color information

#572DF1 (or 0x572DF1) is unknown color: approx Han Purple. HEX triplet: 57, 2D and F1. RGB value is (87,45,241). Sum of RGB (Red+Green+Blue) = 87+45+241=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #572DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572DF1 is #A8D20E. Grayscale: #4F4F4F. Windows color (decimal): -11063823 or 15805783. OLE color: 15805783.

HSL color Cylindrical-coordinate representation of color #572DF1: hue angle of 252.86º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572DF1 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8745241-
CMYK0.640.8100.05
HSL252.86º87.5%56.08%-
HSV(B)252.86º81.33%94.51%-
XYZ20.7510.2584.1-
YUV79.9218.91133.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 45 (17.97% from 255) = 12.06%
BLUE value IS 241 (94.53% from 255) = 64.61%
R=23.32%
G=12.06%
B=64.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal87452410.640.8100.05252.8687.556.08
Hex572DF1405105fd5838
Octal127553611001210537513070
Binary101011110110111110001100000010100010101111111011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572df1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,45,241); }

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

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

 a { background-color: rgb(87,45,241); }

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

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

 span { border-color: rgb(87,45,241); }

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