#76187B

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

Shades of Dark Purple #76187B

Tints of Dark Purple #76187B

Color information

#76187B (or 0x76187B) is unknown color: approx Dark Purple. HEX triplet: 76, 18 and 7B. RGB value is (118,24,123). Sum of RGB (Red+Green+Blue) = 118+24+123=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #76187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76187B is #89E784. Grayscale: #3F3F3F. Windows color (decimal): -9037701 or 8067190. OLE color: 8067190.

HSL color Cylindrical-coordinate representation of color #76187B: hue angle of 296.97º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76187B is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11824123-
CMYK0.040.8000.52
HSL296.97º67.35%28.82%-
HSV(B)296.97º80.49%48.24%-
XYZ11.375.9319.29-
YUV63.39161.64166.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=44.53%
G=9.06%
B=46.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118241230.040.8000.52296.9767.3528.82
Hex76187B450034129431d
Octal16630173412006445110335
Binary111011011000111101110010100000110100100101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,24,123); }

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

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

 a { background-color: rgb(118,24,123); }

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

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

 span { border-color: rgb(118,24,123); }

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