Html Css Color HEX #570BDA Han Purple

📋 copy color: '#570BDA'

red 87 ◦ green 11 ◦ blue 218

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

Shades of Han Purple #570BDA

Tints of Han Purple #570BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 27.53%
G = 3.48%
B = 68.99%

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

#570BDA (or 0x570BDA) is known color: Han Purple. HEX triplet: 57, 0B and DA. RGB value is (87,11,218). Sum of RGB (Red+Green+Blue) = 87+11+218=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #570BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BDA is #A8F425. Grayscale: #383838. Windows color (decimal): -11072550 or 14289751. OLE color: 14289751.

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

Color convert

RGB 87 11 218 -
CMYK 0.60 0.95 0 0.15
HSL 262.03º 0.9% 0.45% -
HSV(B) 262.03º 0.95% 0.85% -
XYZ 16.71 7.33 66.86 -
YUV 57.32 218.68 149.17 -
System Red Green Blue C M Y K H S L
Decimal 87 11 218 0.60 0.95 0 0.15 262.03 0.9 0.45
Hex 57 B DA 3C 5F 0 F 106 5A 2D
Octal 127 13 332 74 137 0 17 406 132 55
Binary 1010111 1011 11011010 111100 1011111 0 1111 100000110 1011010 101101

Color Harmonies of #570BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BDA

Black with #570BDA

Text Example


Text Example

White with #570BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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