Html Css Color HEX #76156C Dark Purple

📋 copy color: '#76156C'

red 118 ◦ green 21 ◦ blue 108

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

Shades of Dark Purple #76156C

Tints of Dark Purple #76156C

RGB

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

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

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

R = 47.77%
G = 8.5%
B = 43.72%

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

#76156C (or 0x76156C) is known color: Dark Purple. HEX triplet: 76, 15 and 6C. RGB value is (118,21,108). Sum of RGB (Red+Green+Blue) = 118+21+108=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76156C is #89EA93. Grayscale: #3B3B3B. Windows color (decimal): -9038484 or 7083382. OLE color: 7083382.

HSL color Cylindrical-coordinate representation of color #76156C: hue angle of 306.19º 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 #76156C is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 108 -
CMYK 0 0.82 0.08 0.54
HSL 306.19º 0.7% 0.27% -
HSV(B) 306.19º 0.82% 0.46% -
XYZ 10.45 5.47 14.69 -
YUV 59.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 118 21 108 0 0.82 0.08 0.54 306.19 0.7 0.27
Hex 76 15 6C 0 52 8 36 132 46 1B
Octal 166 25 154 0 122 10 66 462 106 33
Binary 1110110 10101 1101100 0 1010010 1000 110110 100110010 1000110 11011

Color Harmonies of #76156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76156C

Black with #76156C

Text Example


Text Example

White with #76156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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