Html Css Color HEX #76196D Dark Purple

📋 copy color: '#76196D'

red 118 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #76196D

Tints of Dark Purple #76196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

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

R = 46.83%
G = 9.92%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76196D (or 0x76196D) is known color: Dark Purple. HEX triplet: 76, 19 and 6D. RGB value is (118,25,109). Sum of RGB (Red+Green+Blue) = 118+25+109=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76196D is #89E692. Grayscale: #3E3E3E. Windows color (decimal): -9037459 or 7149942. OLE color: 7149942.

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

Color convert

RGB 118 25 109 -
CMYK 0 0.79 0.08 0.54
HSL 305.81º 0.65% 0.28% -
HSV(B) 305.81º 0.79% 0.46% -
XYZ 10.58 5.65 15 -
YUV 62.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 118 25 109 0 0.79 0.08 0.54 305.81 0.65 0.28
Hex 76 19 6D 0 4F 8 36 132 41 1C
Octal 166 31 155 0 117 10 66 462 101 34
Binary 1110110 11001 1101101 0 1001111 1000 110110 100110010 1000001 11100

Color Harmonies of #76196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76196D

Black with #76196D

Text Example


Text Example

White with #76196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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