Html Css Color HEX #76126C Dark Purple

📋 copy color: '#76126C'

red 118 ◦ green 18 ◦ blue 108

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

Shades of Dark Purple #76126C

Tints of Dark Purple #76126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 48.36%
G = 7.38%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76126C (or 0x76126C) is known color: Dark Purple. HEX triplet: 76, 12 and 6C. RGB value is (118,18,108). Sum of RGB (Red+Green+Blue) = 118+18+108=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76126C is #89ED93. Grayscale: #393939. Windows color (decimal): -9039252 or 7082614. OLE color: 7082614.

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

Color convert

RGB 118 18 108 -
CMYK 0 0.85 0.08 0.54
HSL 306º 0.74% 0.27% -
HSV(B) 306º 0.85% 0.46% -
XYZ 10.39 5.37 14.68 -
YUV 58.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 118 18 108 0 0.85 0.08 0.54 306 0.74 0.27
Hex 76 12 6C 0 55 8 36 132 4A 1B
Octal 166 22 154 0 125 10 66 462 112 33
Binary 1110110 10010 1101100 0 1010101 1000 110110 100110010 1001010 11011

Color Harmonies of #76126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76126C

Black with #76126C

Text Example


Text Example

White with #76126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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