#73319B

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

Shades of Royal Purple #73319B

Tints of Royal Purple #73319B

Color information

#73319B (or 0x73319B) is unknown color: approx Royal Purple. HEX triplet: 73, 31 and 9B. RGB value is (115,49,155). Sum of RGB (Red+Green+Blue) = 115+49+155=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #73319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73319B is #8CCE64. Grayscale: #505050. Windows color (decimal): -9227877 or 10170739. OLE color: 10170739.

HSL color Cylindrical-coordinate representation of color #73319B: hue angle of 277.36º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73319B is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11549155-
CMYK0.260.6800.39
HSL277.36º51.96%40%-
HSV(B)277.36º68.39%60.78%-
XYZ14.088.2131.85-
YUV80.82169.87152.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=36.05%
G=15.36%
B=48.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115491550.260.6800.39277.3651.9640
Hex73319B1A440271153428
Octal16361233321040474256450
Binary1110011110001100110111101010001000100111100010101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73319B; }

 p { color: rgb(115,49,155); }

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

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

 a { background-color: rgb(115,49,155); }

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

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

 span { border-color: rgb(115,49,155); }

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