Html Css Color HEX #570ADE Han Purple

📋 copy color: '#570ADE'

red 87 ◦ green 10 ◦ blue 222

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

Shades of Han Purple #570ADE

Tints of Han Purple #570ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 27.27%
G = 3.13%
B = 69.59%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#570ADE (or 0x570ADE) is known color: Han Purple. HEX triplet: 57, 0A and DE. RGB value is (87,10,222). Sum of RGB (Red+Green+Blue) = 87+10+222=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #570ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ADE is #A8F521. Grayscale: #383838. Windows color (decimal): -11072802 or 14551639. OLE color: 14551639.

HSL color Cylindrical-coordinate representation of color #570ADE: hue angle of 261.79º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570ADE is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 10 222 -
CMYK 0.61 0.95 0 0.13
HSL 261.79º 0.91% 0.45% -
HSV(B) 261.79º 0.95% 0.87% -
XYZ 17.22 7.52 69.65 -
YUV 57.19 221.01 149.26 -
System Red Green Blue C M Y K H S L
Decimal 87 10 222 0.61 0.95 0 0.13 261.79 0.91 0.45
Hex 57 A DE 3D 5F 0 D 106 5B 2D
Octal 127 12 336 75 137 0 15 406 133 55
Binary 1010111 1010 11011110 111101 1011111 0 1101 100000110 1011011 101101

Color Harmonies of #570ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570ADE

Black with #570ADE

Text Example


Text Example

White with #570ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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