Html Css Color HEX #76137F Purple

📋 copy color: '#76137F'

red 118 ◦ green 19 ◦ blue 127

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

Shades of Purple #76137F

Tints of Purple #76137F

RGB

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

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

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

R = 44.7%
G = 7.2%
B = 48.11%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76137F (or 0x76137F) is known color: Purple. HEX triplet: 76, 13 and 7F. RGB value is (118,19,127). Sum of RGB (Red+Green+Blue) = 118+19+127=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #76137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76137F is #89EC80. Grayscale: #3C3C3C. Windows color (decimal): -9038977 or 8328054. OLE color: 8328054.

HSL color Cylindrical-coordinate representation of color #76137F: hue angle of 295º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76137F is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 19 127 -
CMYK 0.07 0.85 0 0.50
HSL 295º 0.74% 0.29% -
HSV(B) 295º 0.85% 0.5% -
XYZ 11.53 5.85 20.6 -
YUV 60.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 118 19 127 0.07 0.85 0 0.50 295 0.74 0.29
Hex 76 13 7F 7 55 0 32 127 4A 1D
Octal 166 23 177 7 125 0 62 447 112 35
Binary 1110110 10011 1111111 111 1010101 0 110010 100100111 1001010 11101

Color Harmonies of #76137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76137F

Black with #76137F

Text Example


Text Example

White with #76137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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