Html Css Color HEX #76187D Dark Purple

📋 copy color: '#76187D'

red 118 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #76187D

Tints of Dark Purple #76187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 44.19%
G = 8.99%
B = 46.82%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76187D (or 0x76187D) is known color: Dark Purple. HEX triplet: 76, 18 and 7D. RGB value is (118,24,125). Sum of RGB (Red+Green+Blue) = 118+24+125=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #76187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76187D is #89E782. Grayscale: #3F3F3F. Windows color (decimal): -9037699 or 8198262. OLE color: 8198262.

HSL color Cylindrical-coordinate representation of color #76187D: hue angle of 295.84º 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 #76187D is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 24 125 -
CMYK 0.06 0.81 0 0.51
HSL 295.84º 0.68% 0.29% -
HSV(B) 295.84º 0.81% 0.49% -
XYZ 11.5 5.99 19.95 -
YUV 63.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 118 24 125 0.06 0.81 0 0.51 295.84 0.68 0.29
Hex 76 18 7D 6 51 0 33 128 44 1D
Octal 166 30 175 6 121 0 63 450 104 35
Binary 1110110 11000 1111101 110 1010001 0 110011 100101000 1000100 11101

Color Harmonies of #76187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76187D

Black with #76187D

Text Example


Text Example

White with #76187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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