Html Css Color HEX #76316D Palatinate Purple

📋 copy color: '#76316D'

red 118 ◦ green 49 ◦ blue 109

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

Shades of Palatinate Purple #76316D

Tints of Palatinate Purple #76316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 42.75%
G = 17.75%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76316D (or 0x76316D) is known color: Palatinate Purple. HEX triplet: 76, 31 and 6D. RGB value is (118,49,109). Sum of RGB (Red+Green+Blue) = 118+49+109=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76316D is #89CE92. Grayscale: #4C4C4C. Windows color (decimal): -9031315 or 7156086. OLE color: 7156086.

HSL color Cylindrical-coordinate representation of color #76316D: hue angle of 307.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76316D is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 109 -
CMYK 0 0.58 0.08 0.54
HSL 307.83º 0.41% 0.33% -
HSV(B) 307.83º 0.58% 0.46% -
XYZ 11.33 7.15 15.25 -
YUV 76.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 118 49 109 0 0.58 0.08 0.54 307.83 0.41 0.33
Hex 76 31 6D 0 3A 8 36 134 29 21
Octal 166 61 155 0 72 10 66 464 51 41
Binary 1110110 110001 1101101 0 111010 1000 110110 100110100 101001 100001

Color Harmonies of #76316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76316D

Black with #76316D

Text Example


Text Example

White with #76316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,49,109); }

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

background-color css

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

 a { background-color: rgb(118,49,109); }

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

border-color css

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

 span { border-color: rgb(118,49,109); }

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