#762162

Color #762162 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #762162

Tints of Palatinate Purple #762162

Color information

#762162 (or 0x762162) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 62. RGB value is (118,33,98). Sum of RGB (Red+Green+Blue) = 118+33+98=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #762162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762162 is #89DE9D. Grayscale: #414141. Windows color (decimal): -9035422 or 6431094. OLE color: 6431094.

HSL color Cylindrical-coordinate representation of color #762162: hue angle of 314.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762162 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1183398-
CMYK00.720.170.54
HSL314.12º56.29%29.61%-
HSV(B)314.12º72.03%46.27%-
XYZ10.225.8212.14-
YUV65.82146.16165.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=47.39%
G=13.25%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118339800.720.170.54314.1256.2929.61
Hex762162048113613a381e
Octal16641142011021664727036
Binary11101101000011100010010010001000111011010011101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762162; }

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

 H1.HeaderClassName
 {
   color: #762162;
 }
 .AnyTagClassName
 {
   color: #762162;
 }
</style>
background-color css

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

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

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

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

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

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