#76046B

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

Shades of Purple #76046B

Tints of Purple #76046B

Color information

#76046B (or 0x76046B) is unknown color: approx Purple. HEX triplet: 76, 04 and 6B. RGB value is (118,4,107). Sum of RGB (Red+Green+Blue) = 118+4+107=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76046B is #89FB94. Grayscale: #313131. Windows color (decimal): -9042837 or 7013494. OLE color: 7013494.

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

Color convert

RGB1184107-
CMYK00.970.090.54
HSL305.79º93.44%23.92%-
HSV(B)305.79º96.61%46.27%-
XYZ10.17514.34-
YUV49.83160.27176.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=51.53%
G=1.75%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118410700.970.090.54305.7993.4423.92
Hex7646B0619361325d18
Octal16641530141116646213530
Binary11101101001101011011000011001110110100110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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