#622565

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

Shades of Palatinate Purple #622565

Tints of Palatinate Purple #622565

Color information

#622565 (or 0x622565) is unknown color: approx Palatinate Purple. HEX triplet: 62, 25 and 65. RGB value is (98,37,101). Sum of RGB (Red+Green+Blue) = 98+37+101=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #622565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622565 is #9DDA9A. Grayscale: #3E3E3E. Windows color (decimal): -10345115 or 6628706. OLE color: 6628706.

HSL color Cylindrical-coordinate representation of color #622565: hue angle of 297.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #622565 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9837101-
CMYK0.030.6300.60
HSL297.19º46.38%27.06%-
HSV(B)297.19º63.37%39.61%-
XYZ8.054.8612.83-
YUV62.54149.71153.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=41.53%
G=15.68%
B=42.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98371010.030.6300.60297.1946.3827.06
Hex62256533F03C1292e1b
Octal142451453770744515633
Binary1100010100101110010111111111011110010010100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622565; }

 p { color: rgb(98,37,101); }

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

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

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

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

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

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

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