#76359D

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

Shades of Royal Purple #76359D

Tints of Royal Purple #76359D

Color information

#76359D (or 0x76359D) is unknown color: approx Royal Purple. HEX triplet: 76, 35 and 9D. RGB value is (118,53,157). Sum of RGB (Red+Green+Blue) = 118+53+157=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #76359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76359D is #89CA62. Grayscale: #535353. Windows color (decimal): -9030243 or 10302838. OLE color: 10302838.

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

Color convert

RGB11853157-
CMYK0.250.6600.38
HSL277.5º49.52%41.18%-
HSV(B)277.5º66.24%61.57%-
XYZ14.838.8332.82-
YUV84.29169.03152.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=35.98%
G=16.16%
B=47.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118531570.250.6600.38277.549.5241.18
Hex76359D19420261163229
Octal16665235311020464266251
Binary1110110110101100111011100110000100100110100010110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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