#76197B

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

Shades of Dark Purple #76197B

Tints of Dark Purple #76197B

Color information

#76197B (or 0x76197B) is unknown color: approx Dark Purple. HEX triplet: 76, 19 and 7B. RGB value is (118,25,123). Sum of RGB (Red+Green+Blue) = 118+25+123=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #76197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76197B is #89E684. Grayscale: #3F3F3F. Windows color (decimal): -9037445 or 8067446. OLE color: 8067446.

HSL color Cylindrical-coordinate representation of color #76197B: hue angle of 296.94º degrees, saturation: 0.66, 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 #76197B is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11825123-
CMYK0.040.8000.52
HSL296.94º66.22%29.02%-
HSV(B)296.94º79.67%48.24%-
XYZ11.395.9819.29-
YUV63.98161.31166.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=44.36%
G=9.40%
B=46.24%

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
Decimal118251230.040.8000.52296.9466.2229.02
Hex76197B450034129421d
Octal16631173412006445110235
Binary111011011001111101110010100000110100100101001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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