#76349D

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

Shades of Royal Purple #76349D

Tints of Royal Purple #76349D

Color information

#76349D (or 0x76349D) is unknown color: approx Royal Purple. HEX triplet: 76, 34 and 9D. RGB value is (118,52,157). Sum of RGB (Red+Green+Blue) = 118+52+157=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #76349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76349D is #89CB62. Grayscale: #535353. Windows color (decimal): -9030499 or 10302582. OLE color: 10302582.

HSL color Cylindrical-coordinate representation of color #76349D: hue angle of 277.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76349D is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11852157-
CMYK0.250.6700.38
HSL277.71º50.24%40.98%-
HSV(B)277.71º66.88%61.57%-
XYZ14.798.7432.81-
YUV83.7169.37152.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=36.09%
G=15.90%
B=48.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118521570.250.6700.38277.7150.2440.98
Hex76349D19430261163229
Octal16664235311030464266251
Binary1110110110100100111011100110000110100110100010110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76349D; }

 p { color: rgb(118,52,157); }

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

<style>
 a { background-color: #76349D; }

 a { background-color: rgb(118,52,157); }

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

<style>
 span { border-color: #76349D; }

 span { border-color: rgb(118,52,157); }

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