Html Css Color HEX #570FEA Han Purple

📋 copy color: '#570FEA'

red 87 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #570FEA

Tints of Han Purple #570FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 25.89%
G = 4.46%
B = 69.64%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#570FEA (or 0x570FEA) is known color: Han Purple. HEX triplet: 57, 0F and EA. RGB value is (87,15,234). Sum of RGB (Red+Green+Blue) = 87+15+234=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #570FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570FEA is #A8F015. Grayscale: #3C3C3C. Windows color (decimal): -11071510 or 15339351. OLE color: 15339351.

HSL color Cylindrical-coordinate representation of color #570FEA: hue angle of 259.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570FEA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 15 234 -
CMYK 0.63 0.94 0 0.08
HSL 259.73º 0.88% 0.49% -
HSV(B) 259.73º 0.94% 0.92% -
XYZ 18.95 8.31 78.45 -
YUV 61.49 225.35 146.19 -
System Red Green Blue C M Y K H S L
Decimal 87 15 234 0.63 0.94 0 0.08 259.73 0.88 0.49
Hex 57 F EA 3F 5E 0 8 104 58 31
Octal 127 17 352 77 136 0 10 404 130 61
Binary 1010111 1111 11101010 111111 1011110 0 1000 100000100 1011000 110001

Color Harmonies of #570FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570FEA

Black with #570FEA

Text Example


Text Example

White with #570FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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