#622056

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

Shades of Palatinate Purple #622056

Tints of Palatinate Purple #622056

Color information

#622056 (or 0x622056) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 56. RGB value is (98,32,86). Sum of RGB (Red+Green+Blue) = 98+32+86=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #622056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622056 is #9DDFA9. Grayscale: #393939. Windows color (decimal): -10346410 or 5644386. OLE color: 5644386.

HSL color Cylindrical-coordinate representation of color #622056: hue angle of 310.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622056 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB983286-
CMYK00.670.120.62
HSL310.91º50.77%25.49%-
HSV(B)310.91º67.35%38.43%-
XYZ7.234.39.25-
YUV57.89143.87156.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=45.37%
G=14.81%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98328600.670.120.62310.9150.7725.49
Hex622056043C3E1373319
Octal14240126010314764676331
Binary1100010100000101011001000011110011111010011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622056; }

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

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

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

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

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

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

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

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