#76389E

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

Shades of Royal Purple #76389E

Tints of Royal Purple #76389E

Color information

#76389E (or 0x76389E) is unknown color: approx Royal Purple. HEX triplet: 76, 38 and 9E. RGB value is (118,56,158). Sum of RGB (Red+Green+Blue) = 118+56+158=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #76389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76389E is #89C761. Grayscale: #555555. Windows color (decimal): -9029474 or 10369142. OLE color: 10369142.

HSL color Cylindrical-coordinate representation of color #76389E: hue angle of 276.47º 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 #76389E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11856158-
CMYK0.250.6500.38
HSL276.47º47.66%41.96%-
HSV(B)276.47º64.56%61.96%-
XYZ15.069.1533.32-
YUV86.17168.54150.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=35.54%
G=16.87%
B=47.59%

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
Decimal118561580.250.6500.38276.4747.6641.96
Hex76389E1941026114302a
Octal16670236311010464246052
Binary1110110111000100111101100110000010100110100010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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