#7022FB

Color #7022FB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #7022FB

Tints of Han Purple #7022FB

Color information

#7022FB (or 0x7022FB) is unknown color: approx Han Purple. HEX triplet: 70, 22 and FB. RGB value is (112,34,251). Sum of RGB (Red+Green+Blue) = 112+34+251=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #7022FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7022FB is #8FDD04. Grayscale: #515151. Windows color (decimal): -9428229 or 16458352. OLE color: 16458352.

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

Color convert

RGB11234251-
CMYK0.550.8600.02
HSL261.57º96.44%55.88%-
HSV(B)261.57º86.45%98.43%-
XYZ24.6711.5592.2-
YUV82.06223.34149.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 34 (13.67% from 255) = 8.56%
BLUE value IS 251 (98.44% from 255) = 63.22%
R=28.21%
G=8.56%
B=63.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112342510.550.8600.02261.5796.4455.88
Hex7022FB3756021066038
Octal16042373671260240614070
Binary11100001000101111101111011110101100101000001101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7022FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7022FB;
 }
 .AnyTagClassName
 {
   color: #7022FB;
 }
</style>
background-color css

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

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

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

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

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

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