#73419A

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

Shades of Royal Purple #73419A

Tints of Royal Purple #73419A

Color information

#73419A (or 0x73419A) is unknown color: approx Royal Purple. HEX triplet: 73, 41 and 9A. RGB value is (115,65,154). Sum of RGB (Red+Green+Blue) = 115+65+154=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #73419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73419A is #8CBE65. Grayscale: #595959. Windows color (decimal): -9223782 or 10109299. OLE color: 10109299.

HSL color Cylindrical-coordinate representation of color #73419A: hue angle of 273.71º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73419A is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11565154-
CMYK0.250.5800.40
HSL273.71º40.64%42.94%-
HSV(B)273.71º57.79%60.39%-
XYZ14.799.7631.68-
YUV90.1164.06145.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=34.43%
G=19.46%
B=46.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115651540.250.5800.40273.7140.6442.94
Hex73419A193A028112292b
Octal16310123231720504225153
Binary1110011100000110011010110011110100101000100010010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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