Html Css Color HEX #761160 Palatinate Purple

📋 copy color: '#761160'

red 118 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #761160

Tints of Palatinate Purple #761160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

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

R = 51.08%
G = 7.36%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#761160 (or 0x761160) is known color: Palatinate Purple. HEX triplet: 76, 11 and 60. RGB value is (118,17,96). Sum of RGB (Red+Green+Blue) = 118+17+96=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #761160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761160 is #89EE9F. Grayscale: #373737. Windows color (decimal): -9039520 or 6295926. OLE color: 6295926.

HSL color Cylindrical-coordinate representation of color #761160: hue angle of 313.07º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761160 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 96 -
CMYK 0 0.86 0.19 0.54
HSL 313.07º 0.75% 0.26% -
HSV(B) 313.07º 0.86% 0.46% -
XYZ 9.78 5.1 11.53 -
YUV 56.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 118 17 96 0 0.86 0.19 0.54 313.07 0.75 0.26
Hex 76 11 60 0 56 13 36 139 4B 1A
Octal 166 21 140 0 126 23 66 471 113 32
Binary 1110110 10001 1100000 0 1010110 10011 110110 100111001 1001011 11010

Color Harmonies of #761160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761160

Black with #761160

Text Example


Text Example

White with #761160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761160; }

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

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

background-color css

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

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

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

border-color css

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

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

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