Html Css Color HEX #76116F Dark Purple

📋 copy color: '#76116F'

red 118 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #76116F

Tints of Dark Purple #76116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 47.97%
G = 6.91%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76116F (or 0x76116F) is known color: Dark Purple. HEX triplet: 76, 11 and 6F. RGB value is (118,17,111). Sum of RGB (Red+Green+Blue) = 118+17+111=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76116F is #89EE90. Grayscale: #393939. Windows color (decimal): -9039505 or 7278966. OLE color: 7278966.

HSL color Cylindrical-coordinate representation of color #76116F: hue angle of 304.16º 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 #76116F is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 111 -
CMYK 0 0.86 0.06 0.54
HSL 304.16º 0.75% 0.26% -
HSV(B) 304.16º 0.86% 0.46% -
XYZ 10.54 5.4 15.53 -
YUV 57.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 118 17 111 0 0.86 0.06 0.54 304.16 0.75 0.26
Hex 76 11 6F 0 56 6 36 130 4B 1A
Octal 166 21 157 0 126 6 66 460 113 32
Binary 1110110 10001 1101111 0 1010110 110 110110 100110000 1001011 11010

Color Harmonies of #76116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76116F

Black with #76116F

Text Example


Text Example

White with #76116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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