#622C56

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

Shades of Palatinate Purple #622C56

Tints of Palatinate Purple #622C56

Color information

#622C56 (or 0x622C56) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2C and 56. RGB value is (98,44,86). Sum of RGB (Red+Green+Blue) = 98+44+86=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #622C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C56 is #9DD3A9. Grayscale: #404040. Windows color (decimal): -10343338 or 5647458. OLE color: 5647458.

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

Color convert

RGB984486-
CMYK00.550.120.62
HSL313.33º38.03%27.84%-
HSV(B)313.33º55.1%38.43%-
XYZ7.625.079.38-
YUV64.93139.89151.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=42.98%
G=19.30%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98448600.550.120.62313.3338.0327.84
Hex622C56037C3E139261c
Octal1425412606714764714634
Binary110001010110010101100110111110011111010011100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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