Html Css Color HEX #76106D Dark Purple

📋 copy color: '#76106D'

red 118 ◦ green 16 ◦ blue 109

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

Shades of Dark Purple #76106D

Tints of Dark Purple #76106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 48.56%
G = 6.58%
B = 44.86%

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

#76106D (or 0x76106D) is known color: Dark Purple. HEX triplet: 76, 10 and 6D. RGB value is (118,16,109). Sum of RGB (Red+Green+Blue) = 118+16+109=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76106D is #89EF92. Grayscale: #383838. Windows color (decimal): -9039763 or 7147638. OLE color: 7147638.

HSL color Cylindrical-coordinate representation of color #76106D: hue angle of 305.29º degrees, saturation: 0.76, 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 #76106D is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 109 -
CMYK 0 0.86 0.08 0.54
HSL 305.29º 0.76% 0.26% -
HSV(B) 305.29º 0.86% 0.46% -
XYZ 10.42 5.33 14.95 -
YUV 57.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 118 16 109 0 0.86 0.08 0.54 305.29 0.76 0.26
Hex 76 10 6D 0 56 8 36 131 4C 1A
Octal 166 20 155 0 126 10 66 461 114 32
Binary 1110110 10000 1101101 0 1010110 1000 110110 100110001 1001100 11010

Color Harmonies of #76106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76106D

Black with #76106D

Text Example


Text Example

White with #76106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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