#622155

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

Shades of Palatinate Purple #622155

Tints of Palatinate Purple #622155

Color information

#622155 (or 0x622155) is unknown color: approx Palatinate Purple. HEX triplet: 62, 21 and 55. RGB value is (98,33,85). Sum of RGB (Red+Green+Blue) = 98+33+85=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #622155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622155 is #9DDEAA. Grayscale: #3A3A3A. Windows color (decimal): -10346155 or 5579106. OLE color: 5579106.

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

Color convert

RGB983385-
CMYK00.660.130.62
HSL312º49.62%25.69%-
HSV(B)312º66.33%38.43%-
XYZ7.224.349.05-
YUV58.36143.03156.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=45.37%
G=15.28%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98338500.660.130.6231249.6225.69
Hex622155042D3E138321a
Octal14241125010215764706232
Binary1100010100001101010101000010110111111010011100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622155; }

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

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

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

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

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

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

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

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