#76319F

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

Shades of Royal Purple #76319F

Tints of Royal Purple #76319F

Color information

#76319F (or 0x76319F) is unknown color: approx Royal Purple. HEX triplet: 76, 31 and 9F. RGB value is (118,49,159). Sum of RGB (Red+Green+Blue) = 118+49+159=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #76319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76319F is #89CE60. Grayscale: #515151. Windows color (decimal): -9031265 or 10432886. OLE color: 10432886.

HSL color Cylindrical-coordinate representation of color #76319F: hue angle of 277.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76319F is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11849159-
CMYK0.260.6900.38
HSL277.64º52.88%40.78%-
HSV(B)277.64º69.18%62.35%-
XYZ14.838.5533.67-
YUV82.17171.36153.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=36.20%
G=15.03%
B=48.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118491590.260.6900.38277.6452.8840.78
Hex76319F1A450261163529
Octal16661237321050464266551
Binary1110110110001100111111101010001010100110100010110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,49,159); }

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

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

 a { background-color: rgb(118,49,159); }

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

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

 span { border-color: rgb(118,49,159); }

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