#76319E

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

Shades of Royal Purple #76319E

Tints of Royal Purple #76319E

Color information

#76319E (or 0x76319E) is unknown color: approx Royal Purple. HEX triplet: 76, 31 and 9E. RGB value is (118,49,158). Sum of RGB (Red+Green+Blue) = 118+49+158=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #76319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76319E is #89CE61. Grayscale: #515151. Windows color (decimal): -9031266 or 10367350. OLE color: 10367350.

HSL color Cylindrical-coordinate representation of color #76319E: hue angle of 277.98º 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 #76319E is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11849158-
CMYK0.250.6900.38
HSL277.98º52.66%40.59%-
HSV(B)277.98º68.99%61.96%-
XYZ14.748.5233.21-
YUV82.06170.86153.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=36.31%
G=15.08%
B=48.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118491580.250.6900.38277.9852.6640.59
Hex76319E19450261163529
Octal16661236311050464266551
Binary1110110110001100111101100110001010100110100010110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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