#73279F

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

Shades of Royal Purple #73279F

Tints of Royal Purple #73279F

Color information

#73279F (or 0x73279F) is unknown color: approx Royal Purple. HEX triplet: 73, 27 and 9F. RGB value is (115,39,159). Sum of RGB (Red+Green+Blue) = 115+39+159=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #73279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73279F is #8CD860. Grayscale: #4B4B4B. Windows color (decimal): -9230433 or 10430323. OLE color: 10430323.

HSL color Cylindrical-coordinate representation of color #73279F: hue angle of 278º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73279F is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11539159-
CMYK0.280.7500.38
HSL278º60.61%38.82%-
HSV(B)278º75.47%62.35%-
XYZ14.057.633.53-
YUV75.4175.18156.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=36.74%
G=12.46%
B=50.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115391590.280.7500.3827860.6138.82
Hex73279F1C4B0261163d27
Octal16347237341130464267547
Binary1110011100111100111111110010010110100110100010110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73279F; }

 p { color: rgb(115,39,159); }

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

<style>
 a { background-color: #73279F; }

 a { background-color: rgb(115,39,159); }

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

<style>
 span { border-color: #73279F; }

 span { border-color: rgb(115,39,159); }

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