Html Css Color HEX #7020F2 Han Purple

📋 copy color: '#7020F2'

red 112 ◦ green 32 ◦ blue 242

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

Shades of Han Purple #7020F2

Tints of Han Purple #7020F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.69%

R = 29.02%
G = 8.29%
B = 62.69%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7020F2 (or 0x7020F2) is known color: Han Purple. HEX triplet: 70, 20 and F2. RGB value is (112,32,242). Sum of RGB (Red+Green+Blue) = 112+32+242=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #7020F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020F2 is #8FDF0D. Grayscale: #4F4F4F. Windows color (decimal): -9428750 or 15868016. OLE color: 15868016.

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

Color convert

RGB 112 32 242 -
CMYK 0.54 0.87 0 0.05
HSL 262.86º 0.89% 0.54% -
HSV(B) 262.86º 0.87% 0.95% -
XYZ 23.23 10.89 84.88 -
YUV 79.86 219.5 150.92 -
System Red Green Blue C M Y K H S L
Decimal 112 32 242 0.54 0.87 0 0.05 262.86 0.89 0.54
Hex 70 20 F2 36 57 0 5 107 59 36
Octal 160 40 362 66 127 0 5 407 131 66
Binary 1110000 100000 11110010 110110 1010111 0 101 100000111 1011001 110110

Color Harmonies of #7020F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020F2

Black with #7020F2

Text Example


Text Example

White with #7020F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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