#622956

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

Shades of Palatinate Purple #622956

Tints of Palatinate Purple #622956

Color information

#622956 (or 0x622956) is unknown color: approx Palatinate Purple. HEX triplet: 62, 29 and 56. RGB value is (98,41,86). Sum of RGB (Red+Green+Blue) = 98+41+86=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #622956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622956 is #9DD6A9. Grayscale: #3F3F3F. Windows color (decimal): -10344106 or 5646690. OLE color: 5646690.

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

Color convert

RGB984186-
CMYK00.580.120.62
HSL312.63º41.01%27.25%-
HSV(B)312.63º58.16%38.43%-
XYZ7.514.859.35-
YUV63.17140.88152.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=43.56%
G=18.22%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98418600.580.120.62312.6341.0127.25
Hex62295603AC3E139291b
Octal1425112607214764715133
Binary110001010100110101100111010110011111010011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622956; }

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

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

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

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

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

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

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

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