#623162

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

Shades of Palatinate Purple #623162

Tints of Palatinate Purple #623162

Color information

#623162 (or 0x623162) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 62. RGB value is (98,49,98). Sum of RGB (Red+Green+Blue) = 98+49+98=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #623162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623162 is #9DCE9D. Grayscale: #454545. Windows color (decimal): -10342046 or 6435170. OLE color: 6435170.

HSL color Cylindrical-coordinate representation of color #623162: hue angle of 300º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #623162 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB984998-
CMYK00.500.62
HSL300º33.33%28.82%-
HSV(B)300º50%38.43%-
XYZ8.345.6812.21-
YUV69.24144.23148.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 98 (38.67% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499800.500.6230033.3328.82
Hex62316203203E12c211d
Octal142611420620764544135
Binary110001011000111000100110010011111010010110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623162; }

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

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

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

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

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

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

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

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