#73409E

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

Shades of Royal Purple #73409E

Tints of Royal Purple #73409E

Color information

#73409E (or 0x73409E) is unknown color: approx Royal Purple. HEX triplet: 73, 40 and 9E. RGB value is (115,64,158). Sum of RGB (Red+Green+Blue) = 115+64+158=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #73409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73409E is #8CBF61. Grayscale: #595959. Windows color (decimal): -9224034 or 10371187. OLE color: 10371187.

HSL color Cylindrical-coordinate representation of color #73409E: hue angle of 272.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73409E is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11564158-
CMYK0.270.5900.38
HSL272.55º42.34%43.53%-
HSV(B)272.55º59.49%61.96%-
XYZ15.089.7833.44-
YUV89.96166.4145.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=34.12%
G=18.99%
B=46.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115641580.270.5900.38272.5542.3443.53
Hex73409E1B3B0261112a2c
Octal16310023633730464215254
Binary1110011100000010011110110111110110100110100010001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73409E; }

 p { color: rgb(115,64,158); }

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

<style>
 a { background-color: #73409E; }

 a { background-color: rgb(115,64,158); }

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

<style>
 span { border-color: #73409E; }

 span { border-color: rgb(115,64,158); }

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