#622E62

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

Shades of Palatinate Purple #622E62

Tints of Palatinate Purple #622E62

Color information

#622E62 (or 0x622E62) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2E and 62. RGB value is (98,46,98). Sum of RGB (Red+Green+Blue) = 98+46+98=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #622E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E62 is #9DD19D. Grayscale: #434343. Windows color (decimal): -10342814 or 6434402. OLE color: 6434402.

HSL color Cylindrical-coordinate representation of color #622E62: hue angle of 300º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E62 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB984698-
CMYK00.5300.62
HSL300º36.11%28.24%-
HSV(B)300º53.06%38.43%-
XYZ8.225.4312.17-
YUV67.48145.23149.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=40.50%
G=19.01%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98469800.5300.6230036.1128.24
Hex622E6203503E12c241c
Octal142561420650764544434
Binary110001010111011000100110101011111010010110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622E62; }

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

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

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

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

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

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

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

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