Html Css Color HEX #76136B Dark Purple

📋 copy color: '#76136B'

red 118 ◦ green 19 ◦ blue 107

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

Shades of Dark Purple #76136B

Tints of Dark Purple #76136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.85%

R = 48.36%
G = 7.79%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76136B (or 0x76136B) is known color: Dark Purple. HEX triplet: 76, 13 and 6B. RGB value is (118,19,107). Sum of RGB (Red+Green+Blue) = 118+19+107=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76136B is #89EC94. Grayscale: #3A3A3A. Windows color (decimal): -9038997 or 7017334. OLE color: 7017334.

HSL color Cylindrical-coordinate representation of color #76136B: hue angle of 306.67º 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 #76136B is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 107 -
CMYK 0 0.84 0.09 0.54
HSL 306.67º 0.72% 0.27% -
HSV(B) 306.67º 0.84% 0.46% -
XYZ 10.36 5.38 14.4 -
YUV 58.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 118 19 107 0 0.84 0.09 0.54 306.67 0.72 0.27
Hex 76 13 6B 0 54 9 36 133 48 1B
Octal 166 23 153 0 124 11 66 463 110 33
Binary 1110110 10011 1101011 0 1010100 1001 110110 100110011 1001000 11011

Color Harmonies of #76136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76136B

Black with #76136B

Text Example


Text Example

White with #76136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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