Html Css Color HEX #763160 Palatinate Purple

📋 copy color: '#763160'

red 118 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #763160

Tints of Palatinate Purple #763160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 44.87%
G = 18.63%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#763160 (or 0x763160) is known color: Palatinate Purple. HEX triplet: 76, 31 and 60. RGB value is (118,49,96). Sum of RGB (Red+Green+Blue) = 118+49+96=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #763160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763160 is #89CE9F. Grayscale: #4A4A4A. Windows color (decimal): -9031328 or 6304118. OLE color: 6304118.

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

Color convert

RGB 118 49 96 -
CMYK 0 0.58 0.19 0.54
HSL 319.13º 0.41% 0.33% -
HSV(B) 319.13º 0.58% 0.46% -
XYZ 10.68 6.89 11.83 -
YUV 74.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 118 49 96 0 0.58 0.19 0.54 319.13 0.41 0.33
Hex 76 31 60 0 3A 13 36 13F 29 21
Octal 166 61 140 0 72 23 66 477 51 41
Binary 1110110 110001 1100000 0 111010 10011 110110 100111111 101001 100001

Color Harmonies of #763160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763160

Black with #763160

Text Example


Text Example

White with #763160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763160; }

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

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

background-color css

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

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

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

border-color css

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

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

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