#76108B

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

Shades of Purple #76108B

Tints of Purple #76108B

Color information

#76108B (or 0x76108B) is unknown color: approx Purple. HEX triplet: 76, 10 and 8B. RGB value is (118,16,139). Sum of RGB (Red+Green+Blue) = 118+16+139=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #76108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76108B is #89EF74. Grayscale: #3C3C3C. Windows color (decimal): -9039733 or 9113718. OLE color: 9113718.

HSL color Cylindrical-coordinate representation of color #76108B: hue angle of 289.76º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76108B is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11816139-
CMYK0.150.8800.45
HSL289.76º79.35%30.39%-
HSV(B)289.76º88.49%54.51%-
XYZ12.326.0924.95-
YUV60.52172.29169-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=43.22%
G=5.86%
B=50.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118161390.150.8800.45289.7679.3530.39
Hex76108BF5802D1224f1e
Octal166202131713005544211736
Binary11101101000010001011111110110000101101100100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,16,139); }

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

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

 a { background-color: rgb(118,16,139); }

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

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

 span { border-color: rgb(118,16,139); }

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