Html Css Color HEX #76137D Purple

📋 copy color: '#76137D'

red 118 ◦ green 19 ◦ blue 125

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

Shades of Purple #76137D

Tints of Purple #76137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 45.04%
G = 7.25%
B = 47.71%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76137D (or 0x76137D) is known color: Purple. HEX triplet: 76, 13 and 7D. RGB value is (118,19,125). Sum of RGB (Red+Green+Blue) = 118+19+125=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #76137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76137D is #89EC82. Grayscale: #3C3C3C. Windows color (decimal): -9038979 or 8196982. OLE color: 8196982.

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

Color convert

RGB 118 19 125 -
CMYK 0.06 0.85 0 0.51
HSL 296.04º 0.74% 0.28% -
HSV(B) 296.04º 0.85% 0.49% -
XYZ 11.41 5.8 19.92 -
YUV 60.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 118 19 125 0.06 0.85 0 0.51 296.04 0.74 0.28
Hex 76 13 7D 6 55 0 33 128 4A 1C
Octal 166 23 175 6 125 0 63 450 112 34
Binary 1110110 10011 1111101 110 1010101 0 110011 100101000 1001010 11100

Color Harmonies of #76137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76137D

Black with #76137D

Text Example


Text Example

White with #76137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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