#570fdc

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

Shades of Han Purple #570FDC

Tints of Han Purple #570FDC

Color information

#570FDC (or 0x570FDC) is unknown color: approx Han Purple. HEX triplet: 57, 0F and DC. RGB value is (87,15,220). Sum of RGB (Red+Green+Blue) = 87+15+220=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #570FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570FDC is #A8F023. Grayscale: #3B3B3B. Windows color (decimal): -11071524 or 14421847. OLE color: 14421847.

HSL color Cylindrical-coordinate representation of color #570FDC: hue angle of 261.07º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570FDC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8715220-
CMYK0.600.9300.14
HSL261.07º87.23%46.08%-
HSV(B)261.07º93.18%86.27%-
XYZ17.027.5468.27-
YUV59.9218.35147.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 15 (6.25% from 255) = 4.66%
BLUE value IS 220 (86.33% from 255) = 68.32%
R=27.02%
G=4.66%
B=68.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal87152200.600.9300.14261.0787.2346.08
Hex57FDC3C5D0E105572e
Octal127173347413501640512756
Binary10101111111110111001111001011101011101000001011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570fdc; }

 p { color: rgb(87,15,220); }

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

<style>
 a { background-color: #570fdc; }

 a { background-color: rgb(87,15,220); }

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

<style>
 span { border-color: #570fdc; }

 span { border-color: rgb(87,15,220); }

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