Html Css Color HEX #76197F Dark Purple

📋 copy color: '#76197F'

red 118 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #76197F

Tints of Dark Purple #76197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.04%

R = 43.7%
G = 9.26%
B = 47.04%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76197F (or 0x76197F) is known color: Dark Purple. HEX triplet: 76, 19 and 7F. RGB value is (118,25,127). Sum of RGB (Red+Green+Blue) = 118+25+127=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #76197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76197F is #89E680. Grayscale: #404040. Windows color (decimal): -9037441 or 8329590. OLE color: 8329590.

HSL color Cylindrical-coordinate representation of color #76197F: hue angle of 294.71º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76197F is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 25 127 -
CMYK 0.07 0.80 0 0.50
HSL 294.71º 0.67% 0.3% -
HSV(B) 294.71º 0.8% 0.5% -
XYZ 11.65 6.08 20.64 -
YUV 64.44 163.31 166.21 -
System Red Green Blue C M Y K H S L
Decimal 118 25 127 0.07 0.80 0 0.50 294.71 0.67 0.3
Hex 76 19 7F 7 50 0 32 127 43 1E
Octal 166 31 177 7 120 0 62 447 103 36
Binary 1110110 11001 1111111 111 1010000 0 110010 100100111 1000011 11110

Color Harmonies of #76197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76197F

Black with #76197F

Text Example


Text Example

White with #76197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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