Html Css Color HEX #76126D Dark Purple

📋 copy color: '#76126D'

red 118 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #76126D

Tints of Dark Purple #76126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 48.16%
G = 7.35%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76126D (or 0x76126D) is known color: Dark Purple. HEX triplet: 76, 12 and 6D. RGB value is (118,18,109). Sum of RGB (Red+Green+Blue) = 118+18+109=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76126D is #89ED92. Grayscale: #3A3A3A. Windows color (decimal): -9039251 or 7148150. OLE color: 7148150.

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

Color convert

RGB 118 18 109 -
CMYK 0 0.85 0.08 0.54
HSL 305.4º 0.74% 0.27% -
HSV(B) 305.4º 0.85% 0.46% -
XYZ 10.45 5.39 14.96 -
YUV 58.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 118 18 109 0 0.85 0.08 0.54 305.4 0.74 0.27
Hex 76 12 6D 0 55 8 36 131 4A 1B
Octal 166 22 155 0 125 10 66 461 112 33
Binary 1110110 10010 1101101 0 1010101 1000 110110 100110001 1001010 11011

Color Harmonies of #76126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76126D

Black with #76126D

Text Example


Text Example

White with #76126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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