#7033FF

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

Shades of Han Purple #7033FF

Tints of Han Purple #7033FF

Color information

#7033FF (or 0x7033FF) is unknown color: approx Han Purple. HEX triplet: 70, 33 and FF. RGB value is (112,51,255). Sum of RGB (Red+Green+Blue) = 112+51+255=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #7033FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7033FF is #8FCC00. Grayscale: #5B5B5B. Windows color (decimal): -9423873 or 16724848. OLE color: 16724848.

HSL color Cylindrical-coordinate representation of color #7033FF: hue angle of 257.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7033FF is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11251255-
CMYK0.560.800
HSL257.94º100%60%-
HSV(B)257.94º80%100%-
XYZ25.9213.0395.76-
YUV92.5219.71141.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 255 (100% from 255) = 61.00%
R=26.79%
G=12.20%
B=61.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112512550.560.800257.9410060
Hex7033FF385000102643c
Octal16063377701200040214474
Binary1110000110011111111111110001010000001000000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7033FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7033FF; }

 p { color: rgb(112,51,255); }

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

<style>
 a { background-color: #7033FF; }

 a { background-color: rgb(112,51,255); }

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

<style>
 span { border-color: #7033FF; }

 span { border-color: rgb(112,51,255); }

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