#622156

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

Shades of Palatinate Purple #622156

Tints of Palatinate Purple #622156

Color information

#622156 (or 0x622156) is unknown color: approx Palatinate Purple. HEX triplet: 62, 21 and 56. RGB value is (98,33,86). Sum of RGB (Red+Green+Blue) = 98+33+86=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #622156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622156 is #9DDEA9. Grayscale: #3A3A3A. Windows color (decimal): -10346154 or 5644642. OLE color: 5644642.

HSL color Cylindrical-coordinate representation of color #622156: hue angle of 311.08º 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 #622156 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB983386-
CMYK00.660.120.62
HSL311.08º49.62%25.69%-
HSV(B)311.08º66.33%38.43%-
XYZ7.264.369.26-
YUV58.48143.53156.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=45.16%
G=15.21%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98338600.660.120.62311.0849.6225.69
Hex622156042C3E137321a
Octal14241126010214764676232
Binary1100010100001101011001000010110011111010011011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622156; }

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

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

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

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

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

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

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

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