#73419D

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

Shades of Royal Purple #73419D

Tints of Royal Purple #73419D

Color information

#73419D (or 0x73419D) is unknown color: approx Royal Purple. HEX triplet: 73, 41 and 9D. RGB value is (115,65,157). Sum of RGB (Red+Green+Blue) = 115+65+157=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #73419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73419D is #8CBE62. Grayscale: #5A5A5A. Windows color (decimal): -9223779 or 10305907. OLE color: 10305907.

HSL color Cylindrical-coordinate representation of color #73419D: hue angle of 272.61º degrees, saturation: 0.41, 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 #73419D is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11565157-
CMYK0.270.5900.38
HSL272.61º41.44%43.53%-
HSV(B)272.61º58.6%61.57%-
XYZ15.059.8633.01-
YUV90.44165.56145.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=34.12%
G=19.29%
B=46.59%

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
Decimal115651570.270.5900.38272.6141.4443.53
Hex73419D1B3B026111292c
Octal16310123533730464215154
Binary1110011100000110011101110111110110100110100010001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73419D; }

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

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

<style>
 a { background-color: #73419D; }

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

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

<style>
 span { border-color: #73419D; }

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

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