#76127E

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

Shades of Purple #76127E

Tints of Purple #76127E

Color information

#76127E (or 0x76127E) is unknown color: approx Purple. HEX triplet: 76, 12 and 7E. RGB value is (118,18,126). Sum of RGB (Red+Green+Blue) = 118+18+126=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #76127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76127E is #89ED81. Grayscale: #3B3B3B. Windows color (decimal): -9039234 or 8262262. OLE color: 8262262.

HSL color Cylindrical-coordinate representation of color #76127E: hue angle of 295.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76127E is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11818126-
CMYK0.060.8600.51
HSL295.56º75%28.24%-
HSV(B)295.56º85.71%49.41%-
XYZ11.455.7920.25-
YUV60.21165.13169.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=45.04%
G=6.87%
B=48.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118181260.060.8600.51295.567528.24
Hex76127E6560331284b1c
Octal16622176612606345011334
Binary111011010010111111011010101100110011100101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76127E; }

 p { color: rgb(118,18,126); }

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

<style>
 a { background-color: #76127E; }

 a { background-color: rgb(118,18,126); }

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

<style>
 span { border-color: #76127E; }

 span { border-color: rgb(118,18,126); }

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