Html Css Color HEX #76156D Dark Purple

📋 copy color: '#76156D'

red 118 ◦ green 21 ◦ blue 109

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

Shades of Dark Purple #76156D

Tints of Dark Purple #76156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 47.58%
G = 8.47%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76156D (or 0x76156D) is known color: Dark Purple. HEX triplet: 76, 15 and 6D. RGB value is (118,21,109). Sum of RGB (Red+Green+Blue) = 118+21+109=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76156D is #89EA92. Grayscale: #3B3B3B. Windows color (decimal): -9038483 or 7148918. OLE color: 7148918.

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

Color convert

RGB 118 21 109 -
CMYK 0 0.82 0.08 0.54
HSL 305.57º 0.7% 0.27% -
HSV(B) 305.57º 0.82% 0.46% -
XYZ 10.5 5.49 14.97 -
YUV 60.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 118 21 109 0 0.82 0.08 0.54 305.57 0.7 0.27
Hex 76 15 6D 0 52 8 36 132 46 1B
Octal 166 25 155 0 122 10 66 462 106 33
Binary 1110110 10101 1101101 0 1010010 1000 110110 100110010 1000110 11011

Color Harmonies of #76156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76156D

Black with #76156D

Text Example


Text Example

White with #76156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76156D; }

 p { color: rgb(118,21,109); }

 H1.HeaderClassName
 {
   color: #76156D;
 }
 .AnyTagClassName
 {
   color: #76156D;
 }
</style>

background-color css

<style>
 a { background-color: #76156D; }

 a { background-color: rgb(118,21,109); }

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

border-color css

<style>
 span { border-color: #76156D; }

 span { border-color: rgb(118,21,109); }

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