Html Css Color HEX #76187C Dark Purple

📋 copy color: '#76187C'

red 118 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #76187C

Tints of Dark Purple #76187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 44.36%
G = 9.02%
B = 46.62%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76187C (or 0x76187C) is known color: Dark Purple. HEX triplet: 76, 18 and 7C. RGB value is (118,24,124). Sum of RGB (Red+Green+Blue) = 118+24+124=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #76187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76187C is #89E783. Grayscale: #3F3F3F. Windows color (decimal): -9037700 or 8132726. OLE color: 8132726.

HSL color Cylindrical-coordinate representation of color #76187C: hue angle of 296.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76187C is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 24 124 -
CMYK 0.05 0.81 0 0.51
HSL 296.4º 0.68% 0.29% -
HSV(B) 296.4º 0.81% 0.49% -
XYZ 11.44 5.96 19.62 -
YUV 63.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 118 24 124 0.05 0.81 0 0.51 296.4 0.68 0.29
Hex 76 18 7C 5 51 0 33 128 44 1D
Octal 166 30 174 5 121 0 63 450 104 35
Binary 1110110 11000 1111100 101 1010001 0 110011 100101000 1000100 11101

Color Harmonies of #76187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76187C

Black with #76187C

Text Example


Text Example

White with #76187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,24,124); }

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

background-color css

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

 a { background-color: rgb(118,24,124); }

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

border-color css

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

 span { border-color: rgb(118,24,124); }

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