Html Css Color HEX #570BDB Han Purple

📋 copy color: '#570BDB'

red 87 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #570BDB

Tints of Han Purple #570BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

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

R = 27.44%
G = 3.47%
B = 69.09%

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

#570BDB (or 0x570BDB) is known color: Han Purple. HEX triplet: 57, 0B and DB. RGB value is (87,11,219). Sum of RGB (Red+Green+Blue) = 87+11+219=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #570BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BDB is #A8F424. Grayscale: #383838. Windows color (decimal): -11072549 or 14355287. OLE color: 14355287.

HSL color Cylindrical-coordinate representation of color #570BDB: hue angle of 261.92º degrees, saturation: 0.9, 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 #570BDB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 11 219 -
CMYK 0.60 0.95 0 0.14
HSL 261.92º 0.9% 0.45% -
HSV(B) 261.92º 0.95% 0.86% -
XYZ 16.84 7.38 67.55 -
YUV 57.44 219.18 149.09 -
System Red Green Blue C M Y K H S L
Decimal 87 11 219 0.60 0.95 0 0.14 261.92 0.9 0.45
Hex 57 B DB 3C 5F 0 E 106 5A 2D
Octal 127 13 333 74 137 0 16 406 132 55
Binary 1010111 1011 11011011 111100 1011111 0 1110 100000110 1011010 101101

Color Harmonies of #570BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BDB

Black with #570BDB

Text Example


Text Example

White with #570BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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