Html Css Color HEX #76186A Dark Purple

📋 copy color: '#76186A'

red 118 ◦ green 24 ◦ blue 106

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

Shades of Dark Purple #76186A

Tints of Dark Purple #76186A

RGB

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

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

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

R = 47.58%
G = 9.68%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76186A (or 0x76186A) is known color: Dark Purple. HEX triplet: 76, 18 and 6A. RGB value is (118,24,106). Sum of RGB (Red+Green+Blue) = 118+24+106=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76186A is #89E795. Grayscale: #3D3D3D. Windows color (decimal): -9037718 or 6953078. OLE color: 6953078.

HSL color Cylindrical-coordinate representation of color #76186A: hue angle of 307.66º 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 #76186A is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 106 -
CMYK 0 0.80 0.10 0.54
HSL 307.66º 0.66% 0.28% -
HSV(B) 307.66º 0.8% 0.46% -
XYZ 10.4 5.55 14.16 -
YUV 61.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 118 24 106 0 0.80 0.10 0.54 307.66 0.66 0.28
Hex 76 18 6A 0 50 A 36 134 42 1C
Octal 166 30 152 0 120 12 66 464 102 34
Binary 1110110 11000 1101010 0 1010000 1010 110110 100110100 1000010 11100

Color Harmonies of #76186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76186A

Black with #76186A

Text Example


Text Example

White with #76186A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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