#570BED

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

Shades of Han Purple #570BED

Tints of Han Purple #570BED

Color information

#570BED (or 0x570BED) is unknown color: approx Han Purple. HEX triplet: 57, 0B and ED. RGB value is (87,11,237). Sum of RGB (Red+Green+Blue) = 87+11+237=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #570BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570BED is #A8F412. Grayscale: #3A3A3A. Windows color (decimal): -11072531 or 15534935. OLE color: 15534935.

HSL color Cylindrical-coordinate representation of color #570BED: hue angle of 260.18º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570BED is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8711237-
CMYK0.630.9500.07
HSL260.18º91.13%48.63%-
HSV(B)260.18º95.36%92.94%-
XYZ19.348.3880.72-
YUV59.49228.18147.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 237 (92.97% from 255) = 70.75%
R=25.97%
G=3.28%
B=70.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal87112370.630.9500.07260.1891.1348.63
Hex57BED3F5F071045b31
Octal12713355771370740413361
Binary1010111101111101101111111101111101111000001001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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