#76046A

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

Shades of Purple #76046A

Tints of Purple #76046A

Color information

#76046A (or 0x76046A) is unknown color: approx Purple. HEX triplet: 76, 04 and 6A. RGB value is (118,4,106). Sum of RGB (Red+Green+Blue) = 118+4+106=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76046A is #89FB95. Grayscale: #313131. Windows color (decimal): -9042838 or 6947958. OLE color: 6947958.

HSL color Cylindrical-coordinate representation of color #76046A: hue angle of 306.32º 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 #76046A is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB1184106-
CMYK00.970.100.54
HSL306.32º93.44%23.92%-
HSV(B)306.32º96.61%46.27%-
XYZ10.124.9814.06-
YUV49.71159.77176.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=51.75%
G=1.75%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118410600.970.100.54306.3293.4423.92
Hex7646A061A361325d18
Octal16641520141126646213530
Binary11101101001101010011000011010110110100110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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