#622C60

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

Shades of Palatinate Purple #622C60

Tints of Palatinate Purple #622C60

Color information

#622C60 (or 0x622C60) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2C and 60. RGB value is (98,44,96). Sum of RGB (Red+Green+Blue) = 98+44+96=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #622C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C60 is #9DD39F. Grayscale: #414141. Windows color (decimal): -10343328 or 6302818. OLE color: 6302818.

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

Color convert

RGB984496-
CMYK00.550.020.62
HSL302.22º38.03%27.84%-
HSV(B)302.22º55.1%38.43%-
XYZ8.055.2411.65-
YUV66.07144.89150.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=41.18%
G=18.49%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98449600.550.020.62302.2238.0327.84
Hex622C6003723E12e261c
Octal142541400672764564634
Binary1100010101100110000001101111011111010010111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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