#73359d

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

Shades of Royal Purple #73359D

Tints of Royal Purple #73359D

Color information

#73359D (or 0x73359D) is unknown color: approx Royal Purple. HEX triplet: 73, 35 and 9D. RGB value is (115,53,157). Sum of RGB (Red+Green+Blue) = 115+53+157=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #73359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73359D is #8CCA62. Grayscale: #535353. Windows color (decimal): -9226851 or 10302835. OLE color: 10302835.

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

Color convert

RGB11553157-
CMYK0.270.6600.38
HSL275.77º49.52%41.18%-
HSV(B)275.77º66.24%61.57%-
XYZ14.438.6332.8-
YUV83.39169.54150.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=35.38%
G=16.31%
B=48.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115531570.270.6600.38275.7749.5241.18
Hex73359D1B420261143229
Octal16365235331020464246251
Binary1110011110101100111011101110000100100110100010100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73359d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73359d; }

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

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

<style>
 a { background-color: #73359d; }

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

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

<style>
 span { border-color: #73359d; }

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

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