#622E5A

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

Shades of Palatinate Purple #622E5A

Tints of Palatinate Purple #622E5A

Color information

#622E5A (or 0x622E5A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2E and 5A. RGB value is (98,46,90). Sum of RGB (Red+Green+Blue) = 98+46+90=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #622E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E5A is #9DD1A5. Grayscale: #424242. Windows color (decimal): -10342822 or 5910114. OLE color: 5910114.

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

Color convert

RGB984690-
CMYK00.530.080.62
HSL309.23º36.11%28.24%-
HSV(B)309.23º53.06%38.43%-
XYZ7.865.2910.28-
YUV66.56141.23150.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=41.88%
G=19.66%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98469000.530.080.62309.2336.1128.24
Hex622E5A03583E135241c
Octal1425613206510764654434
Binary110001010111010110100110101100011111010011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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