#73329E

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

Shades of Royal Purple #73329E

Tints of Royal Purple #73329E

Color information

#73329E (or 0x73329E) is unknown color: approx Royal Purple. HEX triplet: 73, 32 and 9E. RGB value is (115,50,158). Sum of RGB (Red+Green+Blue) = 115+50+158=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #73329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73329E is #8CCD61. Grayscale: #515151. Windows color (decimal): -9227618 or 10367603. OLE color: 10367603.

HSL color Cylindrical-coordinate representation of color #73329E: hue angle of 276.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73329E is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11550158-
CMYK0.270.6800.38
HSL276.11º51.92%40.78%-
HSV(B)276.11º68.35%61.96%-
XYZ14.388.3933.21-
YUV81.75171.03151.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=35.60%
G=15.48%
B=48.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115501580.270.6800.38276.1151.9240.78
Hex73329E1B440261143429
Octal16362236331040464246451
Binary1110011110010100111101101110001000100110100010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73329E; }

 p { color: rgb(115,50,158); }

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

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

 a { background-color: rgb(115,50,158); }

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

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

 span { border-color: rgb(115,50,158); }

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