Html Css Color HEX #76196C Dark Purple

📋 copy color: '#76196C'

red 118 ◦ green 25 ◦ blue 108

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

Shades of Dark Purple #76196C

Tints of Dark Purple #76196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 47.01%
G = 9.96%
B = 43.03%

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

#76196C (or 0x76196C) is known color: Dark Purple. HEX triplet: 76, 19 and 6C. RGB value is (118,25,108). Sum of RGB (Red+Green+Blue) = 118+25+108=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76196C is #89E693. Grayscale: #3E3E3E. Windows color (decimal): -9037460 or 7084406. OLE color: 7084406.

HSL color Cylindrical-coordinate representation of color #76196C: hue angle of 306.45º 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 #76196C is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 108 -
CMYK 0 0.79 0.08 0.54
HSL 306.45º 0.65% 0.28% -
HSV(B) 306.45º 0.79% 0.46% -
XYZ 10.53 5.63 14.72 -
YUV 62.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 118 25 108 0 0.79 0.08 0.54 306.45 0.65 0.28
Hex 76 19 6C 0 4F 8 36 132 41 1C
Octal 166 31 154 0 117 10 66 462 101 34
Binary 1110110 11001 1101100 0 1001111 1000 110110 100110010 1000001 11100

Color Harmonies of #76196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76196C

Black with #76196C

Text Example


Text Example

White with #76196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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