#7033AF

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

Shades of Royal Purple #7033AF

Tints of Royal Purple #7033AF

Color information

#7033AF (or 0x7033AF) is unknown color: approx Royal Purple. HEX triplet: 70, 33 and AF. RGB value is (112,51,175). Sum of RGB (Red+Green+Blue) = 112+51+175=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #7033AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7033AF is #8FCC50. Grayscale: #525252. Windows color (decimal): -9423953 or 11481968. OLE color: 11481968.

HSL color Cylindrical-coordinate representation of color #7033AF: hue angle of 269.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7033AF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11251175-
CMYK0.360.7100.31
HSL269.52º54.87%44.31%-
HSV(B)269.52º70.86%68.63%-
XYZ15.68.9141.45-
YUV83.38179.71148.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=33.14%
G=15.09%
B=51.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112511750.360.7100.31269.5254.8744.31
Hex7033AF244701F10e372c
Octal16063257441070374166754
Binary1110000110011101011111001001000111011111100001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7033AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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