#76036F

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

Shades of Purple #76036F

Tints of Purple #76036F

Color information

#76036F (or 0x76036F) is unknown color: approx Purple. HEX triplet: 76, 03 and 6F. RGB value is (118,3,111). Sum of RGB (Red+Green+Blue) = 118+3+111=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76036F is #89FC90. Grayscale: #313131. Windows color (decimal): -9043089 or 7275382. OLE color: 7275382.

HSL color Cylindrical-coordinate representation of color #76036F: hue angle of 303.65º degrees, saturation: 0.95, 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 #76036F is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB1183111-
CMYK00.970.060.54
HSL303.65º95.04%23.73%-
HSV(B)303.65º97.46%46.27%-
XYZ10.375.0615.47-
YUV49.7162.6176.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=50.86%
G=1.29%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118311100.970.060.54303.6595.0423.73
Hex7636F0616361305f18
Octal1663157014166646013730
Binary111011011110111101100001110110110100110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76036F; }

 p { color: rgb(118,3,111); }

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

<style>
 a { background-color: #76036F; }

 a { background-color: rgb(118,3,111); }

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

<style>
 span { border-color: #76036F; }

 span { border-color: rgb(118,3,111); }

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