Html Css Color HEX #76136D Dark Purple

📋 copy color: '#76136D'

red 118 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #76136D

Tints of Dark Purple #76136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

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

R = 47.97%
G = 7.72%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76136D (or 0x76136D) is known color: Dark Purple. HEX triplet: 76, 13 and 6D. RGB value is (118,19,109). Sum of RGB (Red+Green+Blue) = 118+19+109=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76136D is #89EC92. Grayscale: #3A3A3A. Windows color (decimal): -9038995 or 7148406. OLE color: 7148406.

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

Color convert

RGB 118 19 109 -
CMYK 0 0.84 0.08 0.54
HSL 305.45º 0.72% 0.27% -
HSV(B) 305.45º 0.84% 0.46% -
XYZ 10.46 5.42 14.96 -
YUV 58.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 118 19 109 0 0.84 0.08 0.54 305.45 0.72 0.27
Hex 76 13 6D 0 54 8 36 131 48 1B
Octal 166 23 155 0 124 10 66 461 110 33
Binary 1110110 10011 1101101 0 1010100 1000 110110 100110001 1001000 11011

Color Harmonies of #76136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76136D

Black with #76136D

Text Example


Text Example

White with #76136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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