Html Css Color HEX #570FFB Han Purple

📋 copy color: '#570FFB'

red 87 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #570FFB

Tints of Han Purple #570FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.25%

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

R = 24.65%
G = 4.25%
B = 71.1%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#570FFB (or 0x570FFB) is known color: Han Purple. HEX triplet: 57, 0F and FB. RGB value is (87,15,251). Sum of RGB (Red+Green+Blue) = 87+15+251=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #570FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570FFB is #A8F004. Grayscale: #3E3E3E. Windows color (decimal): -11071493 or 16453463. OLE color: 16453463.

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

Color convert

RGB 87 15 251 -
CMYK 0.65 0.94 0 0.02
HSL 258.31º 0.97% 0.52% -
HSV(B) 258.31º 0.94% 0.98% -
XYZ 21.51 9.33 91.93 -
YUV 63.43 233.85 144.81 -
System Red Green Blue C M Y K H S L
Decimal 87 15 251 0.65 0.94 0 0.02 258.31 0.97 0.52
Hex 57 F FB 41 5E 0 2 102 61 34
Octal 127 17 373 101 136 0 2 402 141 64
Binary 1010111 1111 11111011 1000001 1011110 0 10 100000010 1100001 110100

Color Harmonies of #570FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570FFB

Black with #570FFB

Text Example


Text Example

White with #570FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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