Html Css Color HEX #7020FA Han Purple

📋 copy color: '#7020FA'

red 112 ◦ green 32 ◦ blue 250

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

Shades of Han Purple #7020FA

Tints of Han Purple #7020FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 28.43%
G = 8.12%
B = 63.45%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7020FA (or 0x7020FA) is known color: Han Purple. HEX triplet: 70, 20 and FA. RGB value is (112,32,250). Sum of RGB (Red+Green+Blue) = 112+32+250=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #7020FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020FA is #8FDF05. Grayscale: #4F4F4F. Windows color (decimal): -9428742 or 16392304. OLE color: 16392304.

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

Color convert

RGB 112 32 250 -
CMYK 0.55 0.87 0 0.02
HSL 262.02º 0.96% 0.55% -
HSV(B) 262.02º 0.87% 0.98% -
XYZ 24.45 11.38 91.35 -
YUV 80.77 223.5 150.27 -
System Red Green Blue C M Y K H S L
Decimal 112 32 250 0.55 0.87 0 0.02 262.02 0.96 0.55
Hex 70 20 FA 37 57 0 2 106 60 37
Octal 160 40 372 67 127 0 2 406 140 67
Binary 1110000 100000 11111010 110111 1010111 0 10 100000110 1100000 110111

Color Harmonies of #7020FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020FA

Black with #7020FA

Text Example


Text Example

White with #7020FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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