Html Css Color HEX #570BDF Han Purple

📋 copy color: '#570BDF'

red 87 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #570BDF

Tints of Han Purple #570BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 27.1%
G = 3.43%
B = 69.47%

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

#570BDF (or 0x570BDF) is known color: Han Purple. HEX triplet: 57, 0B and DF. RGB value is (87,11,223). Sum of RGB (Red+Green+Blue) = 87+11+223=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #570BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BDF is #A8F420. Grayscale: #393939. Windows color (decimal): -11072545 or 14617431. OLE color: 14617431.

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

Color convert

RGB 87 11 223 -
CMYK 0.61 0.95 0 0.13
HSL 261.51º 0.91% 0.46% -
HSV(B) 261.51º 0.95% 0.87% -
XYZ 17.37 7.59 70.36 -
YUV 57.89 221.18 148.76 -
System Red Green Blue C M Y K H S L
Decimal 87 11 223 0.61 0.95 0 0.13 261.51 0.91 0.46
Hex 57 B DF 3D 5F 0 D 106 5B 2E
Octal 127 13 337 75 137 0 15 406 133 56
Binary 1010111 1011 11011111 111101 1011111 0 1101 100000110 1011011 101110

Color Harmonies of #570BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BDF

Black with #570BDF

Text Example


Text Example

White with #570BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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