#622962

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

Shades of Palatinate Purple #622962

Tints of Palatinate Purple #622962

Color information

#622962 (or 0x622962) is unknown color: approx Palatinate Purple. HEX triplet: 62, 29 and 62. RGB value is (98,41,98). Sum of RGB (Red+Green+Blue) = 98+41+98=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #622962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622962 is #9DD69D. Grayscale: #404040. Windows color (decimal): -10344094 or 6433122. OLE color: 6433122.

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

Color convert

RGB984198-
CMYK00.5800.62
HSL300º41.01%27.25%-
HSV(B)300º58.16%38.43%-
XYZ8.035.0612.11-
YUV64.54146.88151.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=41.35%
G=17.30%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98419800.5800.6230041.0127.25
Hex62296203A03E12c291b
Octal142511420720764545133
Binary110001010100111000100111010011111010010110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622962; }

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

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

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

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

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

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

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

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