Html Css Color HEX #76166D Dark Purple

📋 copy color: '#76166D'

red 118 ◦ green 22 ◦ blue 109

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

Shades of Dark Purple #76166D

Tints of Dark Purple #76166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 47.39%
G = 8.84%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76166D (or 0x76166D) is known color: Dark Purple. HEX triplet: 76, 16 and 6D. RGB value is (118,22,109). Sum of RGB (Red+Green+Blue) = 118+22+109=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76166D is #89E992. Grayscale: #3C3C3C. Windows color (decimal): -9038227 or 7149174. OLE color: 7149174.

HSL color Cylindrical-coordinate representation of color #76166D: hue angle of 305.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76166D is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 109 -
CMYK 0 0.81 0.08 0.54
HSL 305.63º 0.69% 0.27% -
HSV(B) 305.63º 0.81% 0.46% -
XYZ 10.52 5.53 14.98 -
YUV 60.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 118 22 109 0 0.81 0.08 0.54 305.63 0.69 0.27
Hex 76 16 6D 0 51 8 36 132 45 1B
Octal 166 26 155 0 121 10 66 462 105 33
Binary 1110110 10110 1101101 0 1010001 1000 110110 100110010 1000101 11011

Color Harmonies of #76166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76166D

Black with #76166D

Text Example


Text Example

White with #76166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76166D; }

 p { color: rgb(118,22,109); }

 H1.HeaderClassName
 {
   color: #76166D;
 }
 .AnyTagClassName
 {
   color: #76166D;
 }
</style>

background-color css

<style>
 a { background-color: #76166D; }

 a { background-color: rgb(118,22,109); }

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

border-color css

<style>
 span { border-color: #76166D; }

 span { border-color: rgb(118,22,109); }

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