Html Css Color HEX #570BF7 Han Purple

📋 copy color: '#570BF7'

red 87 ◦ green 11 ◦ blue 247

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

Shades of Han Purple #570BF7

Tints of Han Purple #570BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 71.59%

R = 25.22%
G = 3.19%
B = 71.59%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#570BF7 (or 0x570BF7) is known color: Han Purple. HEX triplet: 57, 0B and F7. RGB value is (87,11,247). Sum of RGB (Red+Green+Blue) = 87+11+247=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #570BF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570BF7 is #A8F408. Grayscale: #3B3B3B. Windows color (decimal): -11072521 or 16190295. OLE color: 16190295.

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

Color convert

RGB 87 11 247 -
CMYK 0.65 0.96 0 0.03
HSL 259.32º 0.94% 0.51% -
HSV(B) 259.32º 0.96% 0.97% -
XYZ 20.84 8.98 88.63 -
YUV 60.63 233.18 146.81 -
System Red Green Blue C M Y K H S L
Decimal 87 11 247 0.65 0.96 0 0.03 259.32 0.94 0.51
Hex 57 B F7 41 60 0 3 103 5E 33
Octal 127 13 367 101 140 0 3 403 136 63
Binary 1010111 1011 11110111 1000001 1100000 0 11 100000011 1011110 110011

Color Harmonies of #570BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BF7

Black with #570BF7

Text Example


Text Example

White with #570BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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