Html Css Color HEX #761162 Palatinate Purple

📋 copy color: '#761162'

red 118 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #761162

Tints of Palatinate Purple #761162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 50.64%
G = 7.3%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#761162 (or 0x761162) is known color: Palatinate Purple. HEX triplet: 76, 11 and 62. RGB value is (118,17,98). Sum of RGB (Red+Green+Blue) = 118+17+98=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #761162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761162 is #89EE9D. Grayscale: #383838. Windows color (decimal): -9039518 or 6426998. OLE color: 6426998.

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

Color convert

RGB 118 17 98 -
CMYK 0 0.86 0.17 0.54
HSL 311.88º 0.75% 0.26% -
HSV(B) 311.88º 0.86% 0.46% -
XYZ 9.88 5.13 12.03 -
YUV 56.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 118 17 98 0 0.86 0.17 0.54 311.88 0.75 0.26
Hex 76 11 62 0 56 11 36 138 4B 1A
Octal 166 21 142 0 126 21 66 470 113 32
Binary 1110110 10001 1100010 0 1010110 10001 110110 100111000 1001011 11010

Color Harmonies of #761162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761162

Black with #761162

Text Example


Text Example

White with #761162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761162; }

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

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

background-color css

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

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

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

border-color css

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

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

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