Html Css Color HEX #76186C Dark Purple

📋 copy color: '#76186C'

red 118 ◦ green 24 ◦ blue 108

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

Shades of Dark Purple #76186C

Tints of Dark Purple #76186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 47.2%
G = 9.6%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76186C (or 0x76186C) is known color: Dark Purple. HEX triplet: 76, 18 and 6C. RGB value is (118,24,108). Sum of RGB (Red+Green+Blue) = 118+24+108=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76186C is #89E793. Grayscale: #3D3D3D. Windows color (decimal): -9037716 or 7084150. OLE color: 7084150.

HSL color Cylindrical-coordinate representation of color #76186C: hue angle of 306.38º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76186C is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 108 -
CMYK 0 0.80 0.08 0.54
HSL 306.38º 0.66% 0.28% -
HSV(B) 306.38º 0.8% 0.46% -
XYZ 10.5 5.59 14.71 -
YUV 61.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 118 24 108 0 0.80 0.08 0.54 306.38 0.66 0.28
Hex 76 18 6C 0 50 8 36 132 42 1C
Octal 166 30 154 0 120 10 66 462 102 34
Binary 1110110 11000 1101100 0 1010000 1000 110110 100110010 1000010 11100

Color Harmonies of #76186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76186C

Black with #76186C

Text Example


Text Example

White with #76186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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