Html Css Color HEX #76316A Palatinate Purple

📋 copy color: '#76316A'

red 118 ◦ green 49 ◦ blue 106

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

Shades of Palatinate Purple #76316A

Tints of Palatinate Purple #76316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 43.22%
G = 17.95%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76316A (or 0x76316A) is known color: Palatinate Purple. HEX triplet: 76, 31 and 6A. RGB value is (118,49,106). Sum of RGB (Red+Green+Blue) = 118+49+106=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76316A is #89CE95. Grayscale: #4B4B4B. Windows color (decimal): -9031318 or 6959478. OLE color: 6959478.

HSL color Cylindrical-coordinate representation of color #76316A: hue angle of 310.43º 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 #76316A is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 106 -
CMYK 0 0.58 0.10 0.54
HSL 310.43º 0.41% 0.33% -
HSV(B) 310.43º 0.58% 0.46% -
XYZ 11.17 7.09 14.42 -
YUV 76.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 118 49 106 0 0.58 0.10 0.54 310.43 0.41 0.33
Hex 76 31 6A 0 3A A 36 136 29 21
Octal 166 61 152 0 72 12 66 466 51 41
Binary 1110110 110001 1101010 0 111010 1010 110110 100110110 101001 100001

Color Harmonies of #76316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76316A

Black with #76316A

Text Example


Text Example

White with #76316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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