#76047B

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

Shades of Purple #76047B

Tints of Purple #76047B

Color information

#76047B (or 0x76047B) is unknown color: approx Purple. HEX triplet: 76, 04 and 7B. RGB value is (118,4,123). Sum of RGB (Red+Green+Blue) = 118+4+123=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #76047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76047B is #89FB84. Grayscale: #333333. Windows color (decimal): -9042821 or 8062070. OLE color: 8062070.

HSL color Cylindrical-coordinate representation of color #76047B: hue angle of 297.48º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76047B is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1184123-
CMYK0.040.9700.52
HSL297.48º93.7%24.9%-
HSV(B)297.48º96.75%48.24%-
XYZ11.095.3719.19-
YUV51.65168.27175.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=48.16%
G=1.63%
B=50.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11841230.040.9700.52297.4893.724.9
Hex7647B4610341295e19
Octal1664173414106445113631
Binary1110110100111101110011000010110100100101001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,4,123); }

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

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

 a { background-color: rgb(118,4,123); }

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

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

 span { border-color: rgb(118,4,123); }

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