Html Css Color HEX #570AF0 Han Purple

📋 copy color: '#570AF0'

red 87 ◦ green 10 ◦ blue 240

#570AF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #570AF0

Tints of Han Purple #570AF0

RGB

 RED value IS 87 (34.38% from 255) = 25.82%

 GREEN value IS 10 (4.3% from 255) = 2.97%

 BLUE value IS 240 (94.14% from 255) = 71.22%

R = 25.82%
G = 2.97%
B = 71.22%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#570AF0 (or 0x570AF0) is known color: Han Purple. HEX triplet: 57, 0A and F0. RGB value is (87,10,240). Sum of RGB (Red+Green+Blue) = 87+10+240=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #570AF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570AF0 is #A8F50F. Grayscale: #3A3A3A. Windows color (decimal): -11072784 or 15731287. OLE color: 15731287.

HSL color Cylindrical-coordinate representation of color #570AF0: hue angle of 260.09º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570AF0 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 10 240 -
CMYK 0.64 0.96 0 0.06
HSL 260.09º 0.92% 0.49% -
HSV(B) 260.09º 0.96% 0.94% -
XYZ 19.77 8.53 83.04 -
YUV 59.24 230.01 147.8 -
System Red Green Blue C M Y K H S L
Decimal 87 10 240 0.64 0.96 0 0.06 260.09 0.92 0.49
Hex 57 A F0 40 60 0 6 104 5C 31
Octal 127 12 360 100 140 0 6 404 134 61
Binary 1010111 1010 11110000 1000000 1100000 0 110 100000100 1011100 110001

Color Harmonies of #570AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570AF0

Black with #570AF0

Text Example


Text Example

White with #570AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,10,240); }

 H1.HeaderClassName
 {
   color: #570AF0;
 }
 .AnyTagClassName
 {
   color: #570AF0;
 }
</style>

background-color css

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

 a { background-color: rgb(87,10,240); }

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

border-color css

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

 span { border-color: rgb(87,10,240); }

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