#73399C

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

Shades of Royal Purple #73399C

Tints of Royal Purple #73399C

Color information

#73399C (or 0x73399C) is unknown color: approx Royal Purple. HEX triplet: 73, 39 and 9C. RGB value is (115,57,156). Sum of RGB (Red+Green+Blue) = 115+57+156=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #73399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73399C is #8CC663. Grayscale: #555555. Windows color (decimal): -9225828 or 10238323. OLE color: 10238323.

HSL color Cylindrical-coordinate representation of color #73399C: hue angle of 275.15º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73399C is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11557156-
CMYK0.260.6300.39
HSL275.15º46.48%41.76%-
HSV(B)275.15º63.46%61.18%-
XYZ14.538.9732.42-
YUV85.63167.72148.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 57 (22.66% from 255) = 17.38%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=35.06%
G=17.38%
B=47.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115571560.260.6300.39275.1546.4841.76
Hex73399C1A3F0271132e2a
Octal1637123432770474235652
Binary111001111100110011100110101111110100111100010011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73399C; }

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

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

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

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

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

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

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

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