Html Css Color HEX #76136F Dark Purple

📋 copy color: '#76136F'

red 118 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #76136F

Tints of Dark Purple #76136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 47.58%
G = 7.66%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76136F (or 0x76136F) is known color: Dark Purple. HEX triplet: 76, 13 and 6F. RGB value is (118,19,111). Sum of RGB (Red+Green+Blue) = 118+19+111=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76136F is #89EC90. Grayscale: #3A3A3A. Windows color (decimal): -9038993 or 7279478. OLE color: 7279478.

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

Color convert

RGB 118 19 111 -
CMYK 0 0.84 0.06 0.54
HSL 304.24º 0.72% 0.27% -
HSV(B) 304.24º 0.84% 0.46% -
XYZ 10.57 5.46 15.54 -
YUV 59.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 118 19 111 0 0.84 0.06 0.54 304.24 0.72 0.27
Hex 76 13 6F 0 54 6 36 130 48 1B
Octal 166 23 157 0 124 6 66 460 110 33
Binary 1110110 10011 1101111 0 1010100 110 110110 100110000 1001000 11011

Color Harmonies of #76136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76136F

Black with #76136F

Text Example


Text Example

White with #76136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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