#76046C

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

Shades of Purple #76046C

Tints of Purple #76046C

Color information

#76046C (or 0x76046C) is unknown color: approx Purple. HEX triplet: 76, 04 and 6C. RGB value is (118,4,108). Sum of RGB (Red+Green+Blue) = 118+4+108=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76046C is #89FB93. Grayscale: #313131. Windows color (decimal): -9042836 or 7079030. OLE color: 7079030.

HSL color Cylindrical-coordinate representation of color #76046C: hue angle of 305.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76046C is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB1184108-
CMYK00.970.080.54
HSL305.26º93.44%23.92%-
HSV(B)305.26º96.61%46.27%-
XYZ10.225.0214.62-
YUV49.94160.77176.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=51.30%
G=1.74%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118410800.970.080.54305.2693.4423.92
Hex7646C0618361315d18
Octal16641540141106646113530
Binary11101101001101100011000011000110110100110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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