Html Css Color HEX #7020FD Han Purple

📋 copy color: '#7020FD'

red 112 ◦ green 32 ◦ blue 253

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

Shades of Han Purple #7020FD

Tints of Han Purple #7020FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 28.21%
G = 8.06%
B = 63.73%

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

#7020FD (or 0x7020FD) is known color: Han Purple. HEX triplet: 70, 20 and FD. RGB value is (112,32,253). Sum of RGB (Red+Green+Blue) = 112+32+253=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #7020FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020FD is #8FDF02. Grayscale: #505050. Windows color (decimal): -9428739 or 16588912. OLE color: 16588912.

HSL color Cylindrical-coordinate representation of color #7020FD: hue angle of 261.72º degrees, saturation: 0.98, 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 #7020FD is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 32 253 -
CMYK 0.56 0.87 0 0.01
HSL 261.72º 0.98% 0.56% -
HSV(B) 261.72º 0.87% 0.99% -
XYZ 24.93 11.57 93.85 -
YUV 81.11 225 150.03 -
System Red Green Blue C M Y K H S L
Decimal 112 32 253 0.56 0.87 0 0.01 261.72 0.98 0.56
Hex 70 20 FD 38 57 0 1 106 62 38
Octal 160 40 375 70 127 0 1 406 142 70
Binary 1110000 100000 11111101 111000 1010111 0 1 100000110 1100010 111000

Color Harmonies of #7020FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020FD

Black with #7020FD

Text Example


Text Example

White with #7020FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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