Html Css Color HEX #761161 Palatinate Purple

📋 copy color: '#761161'

red 118 ◦ green 17 ◦ blue 97

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

Shades of Palatinate Purple #761161

Tints of Palatinate Purple #761161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 50.86%
G = 7.33%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761161 (or 0x761161) is known color: Palatinate Purple. HEX triplet: 76, 11 and 61. RGB value is (118,17,97). Sum of RGB (Red+Green+Blue) = 118+17+97=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #761161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761161 is #89EE9E. Grayscale: #383838. Windows color (decimal): -9039519 or 6361462. OLE color: 6361462.

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

Color convert

RGB 118 17 97 -
CMYK 0 0.86 0.18 0.54
HSL 312.48º 0.75% 0.26% -
HSV(B) 312.48º 0.86% 0.46% -
XYZ 9.83 5.12 11.78 -
YUV 56.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 118 17 97 0 0.86 0.18 0.54 312.48 0.75 0.26
Hex 76 11 61 0 56 12 36 138 4B 1A
Octal 166 21 141 0 126 22 66 470 113 32
Binary 1110110 10001 1100001 0 1010110 10010 110110 100111000 1001011 11010

Color Harmonies of #761161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761161

Black with #761161

Text Example


Text Example

White with #761161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761161; }

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

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

background-color css

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

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

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

border-color css

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

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

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