#622465

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

Shades of Palatinate Purple #622465

Tints of Palatinate Purple #622465

Color information

#622465 (or 0x622465) is unknown color: approx Palatinate Purple. HEX triplet: 62, 24 and 65. RGB value is (98,36,101). Sum of RGB (Red+Green+Blue) = 98+36+101=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #622465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622465 is #9DDB9A. Grayscale: #3D3D3D. Windows color (decimal): -10345371 or 6628450. OLE color: 6628450.

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

Color convert

RGB9836101-
CMYK0.030.6400.60
HSL297.23º47.45%26.86%-
HSV(B)297.23º64.36%39.61%-
XYZ8.024.812.82-
YUV61.95150.04153.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=41.70%
G=15.32%
B=42.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98361010.030.6400.60297.2347.4526.86
Hex62246534003C1292f1b
Octal1424414531000744515733
Binary11000101001001100101111000000011110010010100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622465; }

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

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

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

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

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

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

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

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