#622E5E

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

Shades of Palatinate Purple #622E5E

Tints of Palatinate Purple #622E5E

Color information

#622E5E (or 0x622E5E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2E and 5E. RGB value is (98,46,94). Sum of RGB (Red+Green+Blue) = 98+46+94=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #622E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E5E is #9DD1A1. Grayscale: #424242. Windows color (decimal): -10342818 or 6172258. OLE color: 6172258.

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

Color convert

RGB984694-
CMYK00.530.040.62
HSL304.62º36.11%28.24%-
HSV(B)304.62º53.06%38.43%-
XYZ8.035.3611.2-
YUV67.02143.23150.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=41.18%
G=19.33%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98469400.530.040.62304.6236.1128.24
Hex622E5E03543E131241c
Octal142561360654764614434
Binary11000101011101011110011010110011111010011000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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