#570BFF

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

Shades of Han Purple #570BFF

Tints of Han Purple #570BFF

Color information

#570BFF (or 0x570BFF) is unknown color: approx Han Purple. HEX triplet: 57, 0B and FF. RGB value is (87,11,255). Sum of RGB (Red+Green+Blue) = 87+11+255=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #570BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570BFF is #A8F400. Grayscale: #3C3C3C. Windows color (decimal): -11072513 or 16714583. OLE color: 16714583.

HSL color Cylindrical-coordinate representation of color #570BFF: hue angle of 258.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570BFF is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8711255-
CMYK0.660.9600
HSL258.69º100%52.16%-
HSV(B)258.69º95.69%100%-
XYZ22.19.4995.27-
YUV61.54237.18146.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 255 (100% from 255) = 72.24%
R=24.65%
G=3.12%
B=72.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal87112550.660.9600258.6910052.16
Hex57BFF4260001036434
Octal127133771021400040314464
Binary101011110111111111110000101100000001000000111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,11,255); }

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

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

 a { background-color: rgb(87,11,255); }

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

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

 span { border-color: rgb(87,11,255); }

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