Html Css Color HEX #76116C Dark Purple

📋 copy color: '#76116C'

red 118 ◦ green 17 ◦ blue 108

#76116C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #76116C

Tints of Dark Purple #76116C

RGB

 RED value IS 118 (46.48% from 255) = 48.56%

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 48.56%
G = 7%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76116C (or 0x76116C) is known color: Dark Purple. HEX triplet: 76, 11 and 6C. RGB value is (118,17,108). Sum of RGB (Red+Green+Blue) = 118+17+108=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76116C is #89EE93. Grayscale: #393939. Windows color (decimal): -9039508 or 7082358. OLE color: 7082358.

HSL color Cylindrical-coordinate representation of color #76116C: hue angle of 305.94º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76116C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 108 -
CMYK 0 0.86 0.08 0.54
HSL 305.94º 0.75% 0.26% -
HSV(B) 305.94º 0.86% 0.46% -
XYZ 10.38 5.34 14.67 -
YUV 57.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 118 17 108 0 0.86 0.08 0.54 305.94 0.75 0.26
Hex 76 11 6C 0 56 8 36 132 4B 1A
Octal 166 21 154 0 126 10 66 462 113 32
Binary 1110110 10001 1101100 0 1010110 1000 110110 100110010 1001011 11010

Color Harmonies of #76116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76116C

Black with #76116C

Text Example


Text Example

White with #76116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76116C; }

 p { color: rgb(118,17,108); }

 H1.HeaderClassName
 {
   color: #76116C;
 }
 .AnyTagClassName
 {
   color: #76116C;
 }
</style>

background-color css

<style>
 a { background-color: #76116C; }

 a { background-color: rgb(118,17,108); }

 div.DivClassName
 {
   background-color: #76116C;
 }
 .BgClassName
 {
   background-color: #76116C;
 }
</style>

border-color css

<style>
 span { border-color: #76116C; }

 span { border-color: rgb(118,17,108); }

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