Html Css Color HEX #7020F8 Han Purple

📋 copy color: '#7020F8'

red 112 ◦ green 32 ◦ blue 248

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

Shades of Han Purple #7020F8

Tints of Han Purple #7020F8

RGB

 RED value IS 112 (44.14% from 255) = 28.57%

 GREEN value IS 32 (12.89% from 255) = 8.16%

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 28.57%
G = 8.16%
B = 63.27%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7020F8 (or 0x7020F8) is known color: Han Purple. HEX triplet: 70, 20 and F8. RGB value is (112,32,248). Sum of RGB (Red+Green+Blue) = 112+32+248=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #7020F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020F8 is #8FDF07. Grayscale: #4F4F4F. Windows color (decimal): -9428744 or 16261232. OLE color: 16261232.

HSL color Cylindrical-coordinate representation of color #7020F8: hue angle of 262.22º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7020F8 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 32 248 -
CMYK 0.55 0.87 0 0.03
HSL 262.22º 0.94% 0.55% -
HSV(B) 262.22º 0.87% 0.97% -
XYZ 24.14 11.26 89.71 -
YUV 80.54 222.5 150.44 -
System Red Green Blue C M Y K H S L
Decimal 112 32 248 0.55 0.87 0 0.03 262.22 0.94 0.55
Hex 70 20 F8 37 57 0 3 106 5E 37
Octal 160 40 370 67 127 0 3 406 136 67
Binary 1110000 100000 11111000 110111 1010111 0 11 100000110 1011110 110111

Color Harmonies of #7020F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020F8

Black with #7020F8

Text Example


Text Example

White with #7020F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7020F8; }

 p { color: rgb(112,32,248); }

 H1.HeaderClassName
 {
   color: #7020F8;
 }
 .AnyTagClassName
 {
   color: #7020F8;
 }
</style>

background-color css

<style>
 a { background-color: #7020F8; }

 a { background-color: rgb(112,32,248); }

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

border-color css

<style>
 span { border-color: #7020F8; }

 span { border-color: rgb(112,32,248); }

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