Html Css Color HEX #570AFB Han Purple

📋 copy color: '#570AFB'

red 87 ◦ green 10 ◦ blue 251

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

Shades of Han Purple #570AFB

Tints of Han Purple #570AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 25%
G = 2.87%
B = 72.13%

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

#570AFB (or 0x570AFB) is known color: Han Purple. HEX triplet: 57, 0A and FB. RGB value is (87,10,251). Sum of RGB (Red+Green+Blue) = 87+10+251=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #570AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570AFB is #A8F504. Grayscale: #3B3B3B. Windows color (decimal): -11072773 or 16452183. OLE color: 16452183.

HSL color Cylindrical-coordinate representation of color #570AFB: hue angle of 259.17º degrees, saturation: 0.97, 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 #570AFB is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 10 251 -
CMYK 0.65 0.96 0 0.02
HSL 259.17º 0.97% 0.51% -
HSV(B) 259.17º 0.96% 0.98% -
XYZ 21.45 9.21 91.91 -
YUV 60.5 235.51 146.9 -
System Red Green Blue C M Y K H S L
Decimal 87 10 251 0.65 0.96 0 0.02 259.17 0.97 0.51
Hex 57 A FB 41 60 0 2 103 61 33
Octal 127 12 373 101 140 0 2 403 141 63
Binary 1010111 1010 11111011 1000001 1100000 0 10 100000011 1100001 110011

Color Harmonies of #570AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570AFB

Black with #570AFB

Text Example


Text Example

White with #570AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,10,251); }

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

background-color css

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

 a { background-color: rgb(87,10,251); }

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

border-color css

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

 span { border-color: rgb(87,10,251); }

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