#73309D

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

Shades of Royal Purple #73309D

Tints of Royal Purple #73309D

Color information

#73309D (or 0x73309D) is unknown color: approx Royal Purple. HEX triplet: 73, 30 and 9D. RGB value is (115,48,157). Sum of RGB (Red+Green+Blue) = 115+48+157=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #73309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73309D is #8CCF62. Grayscale: #505050. Windows color (decimal): -9228131 or 10301555. OLE color: 10301555.

HSL color Cylindrical-coordinate representation of color #73309D: hue angle of 276.88º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73309D is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11548157-
CMYK0.270.6900.38
HSL276.88º53.17%40.2%-
HSV(B)276.88º69.43%61.57%-
XYZ14.218.1932.73-
YUV80.46171.2152.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=35.94%
G=15%
B=49.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115481570.270.6900.38276.8853.1740.2
Hex73309D1B450261153528
Octal16360235331050464256550
Binary1110011110000100111011101110001010100110100010101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73309D; }

 p { color: rgb(115,48,157); }

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

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

 a { background-color: rgb(115,48,157); }

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

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

 span { border-color: rgb(115,48,157); }

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