#73379F

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

Shades of Royal Purple #73379F

Tints of Royal Purple #73379F

Color information

#73379F (or 0x73379F) is unknown color: approx Royal Purple. HEX triplet: 73, 37 and 9F. RGB value is (115,55,159). Sum of RGB (Red+Green+Blue) = 115+55+159=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #73379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73379F is #8CC860. Grayscale: #545454. Windows color (decimal): -9226337 or 10434419. OLE color: 10434419.

HSL color Cylindrical-coordinate representation of color #73379F: hue angle of 274.62º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73379F is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11555159-
CMYK0.280.6500.38
HSL274.62º48.6%41.96%-
HSV(B)274.62º65.41%62.35%-
XYZ14.698.8833.74-
YUV84.8169.88149.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=34.95%
G=16.72%
B=48.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115551590.280.6500.38274.6248.641.96
Hex73379F1C41026113312a
Octal16367237341010464236152
Binary1110011110111100111111110010000010100110100010011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73379F; }

 p { color: rgb(115,55,159); }

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

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

 a { background-color: rgb(115,55,159); }

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

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

 span { border-color: rgb(115,55,159); }

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