Html Css Color HEX #570BD8 Han Purple

📋 copy color: '#570BD8'

red 87 ◦ green 11 ◦ blue 216

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

Shades of Han Purple #570BD8

Tints of Han Purple #570BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.79%

R = 27.71%
G = 3.5%
B = 68.79%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#570BD8 (or 0x570BD8) is known color: Han Purple. HEX triplet: 57, 0B and D8. RGB value is (87,11,216). Sum of RGB (Red+Green+Blue) = 87+11+216=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 216 (84.77% from 255 or 68.79% from 314); Max value from RGB is 216 - color contains mainly: blue. Hex color #570BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BD8 is #A8F427. Grayscale: #383838. Windows color (decimal): -11072552 or 14158679. OLE color: 14158679.

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

Color convert

RGB 87 11 216 -
CMYK 0.60 0.95 0 0.15
HSL 262.24º 0.9% 0.45% -
HSV(B) 262.24º 0.95% 0.85% -
XYZ 16.44 7.22 65.49 -
YUV 57.09 217.68 149.33 -
System Red Green Blue C M Y K H S L
Decimal 87 11 216 0.60 0.95 0 0.15 262.24 0.9 0.45
Hex 57 B D8 3C 5F 0 F 106 5A 2D
Octal 127 13 330 74 137 0 17 406 132 55
Binary 1010111 1011 11011000 111100 1011111 0 1111 100000110 1011010 101101

Color Harmonies of #570BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BD8

Black with #570BD8

Text Example


Text Example

White with #570BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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