#733499

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

Shades of Royal Purple #733499

Tints of Royal Purple #733499

Color information

#733499 (or 0x733499) is unknown color: approx Royal Purple. HEX triplet: 73, 34 and 99. RGB value is (115,52,153). Sum of RGB (Red+Green+Blue) = 115+52+153=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #733499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733499 is #8CCB66. Grayscale: #525252. Windows color (decimal): -9227111 or 10040435. OLE color: 10040435.

HSL color Cylindrical-coordinate representation of color #733499: hue angle of 277.43º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #733499 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11552153-
CMYK0.250.6600.4
HSL277.43º49.27%40.2%-
HSV(B)277.43º66.01%60%-
XYZ14.058.431.02-
YUV82.35167.87151.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=35.94%
G=16.25%
B=47.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115521530.250.6600.4277.4349.2740.2
Hex73349919420281153128
Octal16364231311020504256150
Binary1110011110100100110011100110000100101000100010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733499; }

 p { color: rgb(115,52,153); }

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

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

 a { background-color: rgb(115,52,153); }

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

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

 span { border-color: rgb(115,52,153); }

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