Html Css Color HEX #570BFA Han Purple

📋 copy color: '#570BFA'

red 87 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #570BFA

Tints of Han Purple #570BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 25%
G = 3.16%
B = 71.84%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#570BFA (or 0x570BFA) is known color: Han Purple. HEX triplet: 57, 0B and FA. RGB value is (87,11,250). Sum of RGB (Red+Green+Blue) = 87+11+250=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #570BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570BFA is #A8F405. Grayscale: #3C3C3C. Windows color (decimal): -11072518 or 16386903. OLE color: 16386903.

HSL color Cylindrical-coordinate representation of color #570BFA: hue angle of 259.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570BFA is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 11 250 -
CMYK 0.65 0.96 0 0.02
HSL 259.08º 0.96% 0.51% -
HSV(B) 259.08º 0.96% 0.98% -
XYZ 21.31 9.17 91.09 -
YUV 60.97 234.68 146.57 -
System Red Green Blue C M Y K H S L
Decimal 87 11 250 0.65 0.96 0 0.02 259.08 0.96 0.51
Hex 57 B FA 41 60 0 2 103 60 33
Octal 127 13 372 101 140 0 2 403 140 63
Binary 1010111 1011 11111010 1000001 1100000 0 10 100000011 1100000 110011

Color Harmonies of #570BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BFA

Black with #570BFA

Text Example


Text Example

White with #570BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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