#76389C

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

Shades of Royal Purple #76389C

Tints of Royal Purple #76389C

Color information

#76389C (or 0x76389C) is unknown color: approx Royal Purple. HEX triplet: 76, 38 and 9C. RGB value is (118,56,156). Sum of RGB (Red+Green+Blue) = 118+56+156=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #76389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76389C is #89C763. Grayscale: #555555. Windows color (decimal): -9029476 or 10238070. OLE color: 10238070.

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

Color convert

RGB11856156-
CMYK0.240.6400.39
HSL277.2º47.17%41.57%-
HSV(B)277.2º64.1%61.18%-
XYZ14.899.0832.42-
YUV85.94167.54150.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=35.76%
G=16.97%
B=47.27%

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
Decimal118561560.240.6400.39277.247.1741.57
Hex76389C18400271152f2a
Octal16670234301000474255752
Binary1110110111000100111001100010000000100111100010101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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