Html Css Color HEX #7020FC Han Purple

📋 copy color: '#7020FC'

red 112 ◦ green 32 ◦ blue 252

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

Shades of Han Purple #7020FC

Tints of Han Purple #7020FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 28.28%
G = 8.08%
B = 63.64%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7020FC (or 0x7020FC) is known color: Han Purple. HEX triplet: 70, 20 and FC. RGB value is (112,32,252). Sum of RGB (Red+Green+Blue) = 112+32+252=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #7020FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020FC is #8FDF03. Grayscale: #505050. Windows color (decimal): -9428740 or 16523376. OLE color: 16523376.

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

Color convert

RGB 112 32 252 -
CMYK 0.56 0.87 0 0.01
HSL 261.82º 0.97% 0.56% -
HSV(B) 261.82º 0.87% 0.99% -
XYZ 24.77 11.51 93.01 -
YUV 81 224.5 150.11 -
System Red Green Blue C M Y K H S L
Decimal 112 32 252 0.56 0.87 0 0.01 261.82 0.97 0.56
Hex 70 20 FC 38 57 0 1 106 61 38
Octal 160 40 374 70 127 0 1 406 141 70
Binary 1110000 100000 11111100 111000 1010111 0 1 100000110 1100001 111000

Color Harmonies of #7020FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020FC

Black with #7020FC

Text Example


Text Example

White with #7020FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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