Html Css Color HEX #570ADB Han Purple

📋 copy color: '#570ADB'

red 87 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #570ADB

Tints of Han Purple #570ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 27.53%
G = 3.16%
B = 69.3%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#570ADB (or 0x570ADB) is known color: Han Purple. HEX triplet: 57, 0A and DB. RGB value is (87,10,219). Sum of RGB (Red+Green+Blue) = 87+10+219=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #570ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ADB is #A8F524. Grayscale: #383838. Windows color (decimal): -11072805 or 14355031. OLE color: 14355031.

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

Color convert

RGB 87 10 219 -
CMYK 0.60 0.95 0 0.14
HSL 262.11º 0.91% 0.45% -
HSV(B) 262.11º 0.95% 0.86% -
XYZ 16.83 7.36 67.55 -
YUV 56.85 219.51 149.51 -
System Red Green Blue C M Y K H S L
Decimal 87 10 219 0.60 0.95 0 0.14 262.11 0.91 0.45
Hex 57 A DB 3C 5F 0 E 106 5B 2D
Octal 127 12 333 74 137 0 16 406 133 55
Binary 1010111 1010 11011011 111100 1011111 0 1110 100000110 1011011 101101

Color Harmonies of #570ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570ADB

Black with #570ADB

Text Example


Text Example

White with #570ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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