Html Css Color HEX #7020FB Han Purple

📋 copy color: '#7020FB'

red 112 ◦ green 32 ◦ blue 251

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

Shades of Han Purple #7020FB

Tints of Han Purple #7020FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 28.35%
G = 8.1%
B = 63.54%

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

#7020FB (or 0x7020FB) is known color: Han Purple. HEX triplet: 70, 20 and FB. RGB value is (112,32,251). Sum of RGB (Red+Green+Blue) = 112+32+251=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #7020FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020FB is #8FDF04. Grayscale: #505050. Windows color (decimal): -9428741 or 16457840. OLE color: 16457840.

HSL color Cylindrical-coordinate representation of color #7020FB: hue angle of 261.92º 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 #7020FB is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 32 251 -
CMYK 0.55 0.87 0 0.02
HSL 261.92º 0.96% 0.55% -
HSV(B) 261.92º 0.87% 0.98% -
XYZ 24.61 11.44 92.18 -
YUV 80.89 224 150.19 -
System Red Green Blue C M Y K H S L
Decimal 112 32 251 0.55 0.87 0 0.02 261.92 0.96 0.55
Hex 70 20 FB 37 57 0 2 106 60 37
Octal 160 40 373 67 127 0 2 406 140 67
Binary 1110000 100000 11111011 110111 1010111 0 10 100000110 1100000 110111

Color Harmonies of #7020FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020FB

Black with #7020FB

Text Example


Text Example

White with #7020FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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