#622C53

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

Shades of Palatinate Purple #622C53

Tints of Palatinate Purple #622C53

Color information

#622C53 (or 0x622C53) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2C and 53. RGB value is (98,44,83). Sum of RGB (Red+Green+Blue) = 98+44+83=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #622C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C53 is #9DD3AC. Grayscale: #404040. Windows color (decimal): -10343341 or 5450850. OLE color: 5450850.

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

Color convert

RGB984483-
CMYK00.550.150.62
HSL316.67º38.03%27.84%-
HSV(B)316.67º55.1%38.43%-
XYZ7.55.028.76-
YUV64.59138.39151.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=43.56%
G=19.56%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98448300.550.150.62316.6738.0327.84
Hex622C53037F3E13d261c
Octal1425412306717764754634
Binary110001010110010100110110111111111111010011110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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