Html Css Color HEX #76136C Dark Purple

📋 copy color: '#76136C'

red 118 ◦ green 19 ◦ blue 108

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

Shades of Dark Purple #76136C

Tints of Dark Purple #76136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 48.16%
G = 7.76%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76136C (or 0x76136C) is known color: Dark Purple. HEX triplet: 76, 13 and 6C. RGB value is (118,19,108). Sum of RGB (Red+Green+Blue) = 118+19+108=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76136C is #89EC93. Grayscale: #3A3A3A. Windows color (decimal): -9038996 or 7082870. OLE color: 7082870.

HSL color Cylindrical-coordinate representation of color #76136C: hue angle of 306.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76136C is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 108 -
CMYK 0 0.84 0.08 0.54
HSL 306.06º 0.72% 0.27% -
HSV(B) 306.06º 0.84% 0.46% -
XYZ 10.41 5.4 14.68 -
YUV 58.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 118 19 108 0 0.84 0.08 0.54 306.06 0.72 0.27
Hex 76 13 6C 0 54 8 36 132 48 1B
Octal 166 23 154 0 124 10 66 462 110 33
Binary 1110110 10011 1101100 0 1010100 1000 110110 100110010 1001000 11011

Color Harmonies of #76136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76136C

Black with #76136C

Text Example


Text Example

White with #76136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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