#7333AB

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

Shades of Royal Purple #7333AB

Tints of Royal Purple #7333AB

Color information

#7333AB (or 0x7333AB) is unknown color: approx Royal Purple. HEX triplet: 73, 33 and AB. RGB value is (115,51,171). Sum of RGB (Red+Green+Blue) = 115+51+171=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #7333AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7333AB is #8CCC54. Grayscale: #535353. Windows color (decimal): -9227349 or 11219827. OLE color: 11219827.

HSL color Cylindrical-coordinate representation of color #7333AB: hue angle of 272º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7333AB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11551171-
CMYK0.330.7000.33
HSL272º54.05%43.53%-
HSV(B)272º70.18%67.06%-
XYZ15.68.9539.43-
YUV83.82177.2150.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=34.12%
G=15.13%
B=50.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115511710.330.7000.3327254.0543.53
Hex7333AB2146021110362c
Octal16363253411060414206654
Binary11100111100111010101110000110001100100001100010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7333AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7333AB; }

 p { color: rgb(115,51,171); }

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

<style>
 a { background-color: #7333AB; }

 a { background-color: rgb(115,51,171); }

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

<style>
 span { border-color: #7333AB; }

 span { border-color: rgb(115,51,171); }

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