#622558

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

Shades of Palatinate Purple #622558

Tints of Palatinate Purple #622558

Color information

#622558 (or 0x622558) is unknown color: approx Palatinate Purple. HEX triplet: 62, 25 and 58. RGB value is (98,37,88). Sum of RGB (Red+Green+Blue) = 98+37+88=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #622558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622558 is #9DDAA7. Grayscale: #3C3C3C. Windows color (decimal): -10345128 or 5776738. OLE color: 5776738.

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

Color convert

RGB983788-
CMYK00.620.100.62
HSL309.84º45.19%26.47%-
HSV(B)309.84º62.24%38.43%-
XYZ7.464.629.73-
YUV61.05143.21154.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=43.95%
G=16.59%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98378800.620.100.62309.8445.1926.47
Hex62255803EA3E1362d1a
Octal1424513007612764665532
Binary110001010010110110000111110101011111010011011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622558; }

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

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

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

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

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

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

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

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