#76309F

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

Shades of Royal Purple #76309F

Tints of Royal Purple #76309F

Color information

#76309F (or 0x76309F) is unknown color: approx Royal Purple. HEX triplet: 76, 30 and 9F. RGB value is (118,48,159). Sum of RGB (Red+Green+Blue) = 118+48+159=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #76309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76309F is #89CF60. Grayscale: #515151. Windows color (decimal): -9031521 or 10432630. OLE color: 10432630.

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

Color convert

RGB11848159-
CMYK0.260.7000.38
HSL277.84º53.62%40.59%-
HSV(B)277.84º69.81%62.35%-
XYZ14.798.4733.66-
YUV81.58171.69153.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=36.31%
G=14.77%
B=48.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118481590.260.7000.38277.8453.6240.59
Hex76309F1A460261163629
Octal16660237321060464266651
Binary1110110110000100111111101010001100100110100010110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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