Html Css Color HEX #763162 Palatinate Purple

📋 copy color: '#763162'

red 118 ◦ green 49 ◦ blue 98

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

Shades of Palatinate Purple #763162

Tints of Palatinate Purple #763162

RGB

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

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

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

R = 44.53%
G = 18.49%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763162 (or 0x763162) is known color: Palatinate Purple. HEX triplet: 76, 31 and 62. RGB value is (118,49,98). Sum of RGB (Red+Green+Blue) = 118+49+98=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763162 is #89CE9D. Grayscale: #4B4B4B. Windows color (decimal): -9031326 or 6435190. OLE color: 6435190.

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

Color convert

RGB 118 49 98 -
CMYK 0 0.58 0.17 0.54
HSL 317.39º 0.41% 0.33% -
HSV(B) 317.39º 0.58% 0.46% -
XYZ 10.77 6.93 12.33 -
YUV 75.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 118 49 98 0 0.58 0.17 0.54 317.39 0.41 0.33
Hex 76 31 62 0 3A 11 36 13D 29 21
Octal 166 61 142 0 72 21 66 475 51 41
Binary 1110110 110001 1100010 0 111010 10001 110110 100111101 101001 100001

Color Harmonies of #763162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763162

Black with #763162

Text Example


Text Example

White with #763162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763162; }

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

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

background-color css

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

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

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

border-color css

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

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

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