Html Css Color HEX #76176A Dark Purple

📋 copy color: '#76176A'

red 118 ◦ green 23 ◦ blue 106

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

Shades of Dark Purple #76176A

Tints of Dark Purple #76176A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 106 (41.8% from 255) = 42.91%

R = 47.77%
G = 9.31%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76176A (or 0x76176A) is known color: Dark Purple. HEX triplet: 76, 17 and 6A. RGB value is (118,23,106). Sum of RGB (Red+Green+Blue) = 118+23+106=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76176A is #89E895. Grayscale: #3C3C3C. Windows color (decimal): -9037974 or 6952822. OLE color: 6952822.

HSL color Cylindrical-coordinate representation of color #76176A: hue angle of 307.58º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76176A is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 106 -
CMYK 0 0.81 0.10 0.54
HSL 307.58º 0.67% 0.28% -
HSV(B) 307.58º 0.81% 0.46% -
XYZ 10.38 5.5 14.15 -
YUV 60.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 118 23 106 0 0.81 0.10 0.54 307.58 0.67 0.28
Hex 76 17 6A 0 51 A 36 134 43 1C
Octal 166 27 152 0 121 12 66 464 103 34
Binary 1110110 10111 1101010 0 1010001 1010 110110 100110100 1000011 11100

Color Harmonies of #76176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76176A

Black with #76176A

Text Example


Text Example

White with #76176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76176A; }

 p { color: rgb(118,23,106); }

 H1.HeaderClassName
 {
   color: #76176A;
 }
 .AnyTagClassName
 {
   color: #76176A;
 }
</style>

background-color css

<style>
 a { background-color: #76176A; }

 a { background-color: rgb(118,23,106); }

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

border-color css

<style>
 span { border-color: #76176A; }

 span { border-color: rgb(118,23,106); }

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