Html Css Color HEX #76325E Palatinate Purple

📋 copy color: '#76325E'

red 118 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #76325E

Tints of Palatinate Purple #76325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 45.04%
G = 19.08%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76325E (or 0x76325E) is known color: Palatinate Purple. HEX triplet: 76, 32 and 5E. RGB value is (118,50,94). Sum of RGB (Red+Green+Blue) = 118+50+94=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76325E is #89CDA1. Grayscale: #4B4B4B. Windows color (decimal): -9031074 or 6173302. OLE color: 6173302.

HSL color Cylindrical-coordinate representation of color #76325E: hue angle of 321.18º degrees, saturation: 0.4, 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 #76325E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 94 -
CMYK 0 0.58 0.20 0.54
HSL 321.18º 0.4% 0.33% -
HSV(B) 321.18º 0.58% 0.46% -
XYZ 10.63 6.94 11.37 -
YUV 75.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 118 50 94 0 0.58 0.20 0.54 321.18 0.4 0.33
Hex 76 32 5E 0 3A 14 36 141 28 21
Octal 166 62 136 0 72 24 66 501 50 41
Binary 1110110 110010 1011110 0 111010 10100 110110 101000001 101000 100001

Color Harmonies of #76325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76325E

Black with #76325E

Text Example


Text Example

White with #76325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76325E; }

 p { color: rgb(118,50,94); }

 H1.HeaderClassName
 {
   color: #76325E;
 }
 .AnyTagClassName
 {
   color: #76325E;
 }
</style>

background-color css

<style>
 a { background-color: #76325E; }

 a { background-color: rgb(118,50,94); }

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

border-color css

<style>
 span { border-color: #76325E; }

 span { border-color: rgb(118,50,94); }

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