Html Css Color HEX #76197D Dark Purple

📋 copy color: '#76197D'

red 118 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #76197D

Tints of Dark Purple #76197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 44.03%
G = 9.33%
B = 46.64%

CMYK

 C value IS 0.06

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76197D (or 0x76197D) is known color: Dark Purple. HEX triplet: 76, 19 and 7D. RGB value is (118,25,125). Sum of RGB (Red+Green+Blue) = 118+25+125=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #76197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76197D is #89E682. Grayscale: #3F3F3F. Windows color (decimal): -9037443 or 8198518. OLE color: 8198518.

HSL color Cylindrical-coordinate representation of color #76197D: hue angle of 295.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76197D is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 25 125 -
CMYK 0.06 0.8 0 0.51
HSL 295.8º 0.67% 0.29% -
HSV(B) 295.8º 0.8% 0.49% -
XYZ 11.52 6.03 19.96 -
YUV 64.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 118 25 125 0.06 0.8 0 0.51 295.8 0.67 0.29
Hex 76 19 7D 6 50 0 33 128 43 1D
Octal 166 31 175 6 120 0 63 450 103 35
Binary 1110110 11001 1111101 110 1010000 0 110011 100101000 1000011 11101

Color Harmonies of #76197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76197D

Black with #76197D

Text Example


Text Example

White with #76197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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