#76379E

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

Shades of Royal Purple #76379E

Tints of Royal Purple #76379E

Color information

#76379E (or 0x76379E) is unknown color: approx Royal Purple. HEX triplet: 76, 37 and 9E. RGB value is (118,55,158). Sum of RGB (Red+Green+Blue) = 118+55+158=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #76379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76379E is #89C861. Grayscale: #555555. Windows color (decimal): -9029730 or 10368886. OLE color: 10368886.

HSL color Cylindrical-coordinate representation of color #76379E: hue angle of 276.7º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76379E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11855158-
CMYK0.250.6500.38
HSL276.7º48.36%41.76%-
HSV(B)276.7º65.19%61.96%-
XYZ15.019.0533.3-
YUV85.58168.87151.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=35.65%
G=16.62%
B=47.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118551580.250.6500.38276.748.3641.76
Hex76379E1941026115302a
Octal16667236311010464256052
Binary1110110110111100111101100110000010100110100010101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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