Html Css Color HEX #7020F5 Han Purple

📋 copy color: '#7020F5'

red 112 ◦ green 32 ◦ blue 245

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

Shades of Han Purple #7020F5

Tints of Han Purple #7020F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.98%

R = 28.79%
G = 8.23%
B = 62.98%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7020F5 (or 0x7020F5) is known color: Han Purple. HEX triplet: 70, 20 and F5. RGB value is (112,32,245). Sum of RGB (Red+Green+Blue) = 112+32+245=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 245 (96.09% from 255 or 62.98% from 389); Max value from RGB is 245 - color contains mainly: blue. Hex color #7020F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020F5 is #8FDF0A. Grayscale: #4F4F4F. Windows color (decimal): -9428747 or 16064624. OLE color: 16064624.

HSL color Cylindrical-coordinate representation of color #7020F5: hue angle of 262.54º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7020F5 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 32 245 -
CMYK 0.54 0.87 0 0.04
HSL 262.54º 0.91% 0.54% -
HSV(B) 262.54º 0.87% 0.96% -
XYZ 23.68 11.07 87.27 -
YUV 80.2 221 150.68 -
System Red Green Blue C M Y K H S L
Decimal 112 32 245 0.54 0.87 0 0.04 262.54 0.91 0.54
Hex 70 20 F5 36 57 0 4 107 5B 36
Octal 160 40 365 66 127 0 4 407 133 66
Binary 1110000 100000 11110101 110110 1010111 0 100 100000111 1011011 110110

Color Harmonies of #7020F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020F5

Black with #7020F5

Text Example


Text Example

White with #7020F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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