#733996

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

Shades of Royal Purple #733996

Tints of Royal Purple #733996

Color information

#733996 (or 0x733996) is unknown color: approx Royal Purple. HEX triplet: 73, 39 and 96. RGB value is (115,57,150). Sum of RGB (Red+Green+Blue) = 115+57+150=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #733996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733996 is #8CC669. Grayscale: #545454. Windows color (decimal): -9225834 or 9845107. OLE color: 9845107.

HSL color Cylindrical-coordinate representation of color #733996: hue angle of 277.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #733996 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11557150-
CMYK0.230.6200.41
HSL277.42º44.93%40.59%-
HSV(B)277.42º62%58.82%-
XYZ14.048.7729.81-
YUV84.94164.72149.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=35.71%
G=17.70%
B=46.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115571500.230.6200.41277.4244.9340.59
Hex733996173E0291152d29
Octal1637122627760514255551
Binary111001111100110010110101111111100101001100010101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733996; }

 p { color: rgb(115,57,150); }

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

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

 a { background-color: rgb(115,57,150); }

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

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

 span { border-color: rgb(115,57,150); }

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