#76389B

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

Shades of Royal Purple #76389B

Tints of Royal Purple #76389B

Color information

#76389B (or 0x76389B) is unknown color: approx Royal Purple. HEX triplet: 76, 38 and 9B. RGB value is (118,56,155). Sum of RGB (Red+Green+Blue) = 118+56+155=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #76389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76389B is #89C764. Grayscale: #555555. Windows color (decimal): -9029477 or 10172534. OLE color: 10172534.

HSL color Cylindrical-coordinate representation of color #76389B: hue angle of 277.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76389B is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11856155-
CMYK0.240.6400.39
HSL277.58º46.92%41.37%-
HSV(B)277.58º63.87%60.78%-
XYZ14.89.0531.98-
YUV85.82167.04150.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=35.87%
G=17.02%
B=47.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118561550.240.6400.39277.5846.9241.37
Hex76389B18400271162f29
Octal16670233301000474265751
Binary1110110111000100110111100010000000100111100010110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76389B; }

 p { color: rgb(118,56,155); }

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

<style>
 a { background-color: #76389B; }

 a { background-color: rgb(118,56,155); }

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

<style>
 span { border-color: #76389B; }

 span { border-color: rgb(118,56,155); }

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