#622D52

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

Shades of Palatinate Purple #622D52

Tints of Palatinate Purple #622D52

Color information

#622D52 (or 0x622D52) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2D and 52. RGB value is (98,45,82). Sum of RGB (Red+Green+Blue) = 98+45+82=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #622D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D52 is #9DD2AD. Grayscale: #404040. Windows color (decimal): -10343086 or 5385570. OLE color: 5385570.

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

Color convert

RGB984582-
CMYK00.540.160.62
HSL318.11º37.06%28.04%-
HSV(B)318.11º54.08%38.43%-
XYZ7.55.088.57-
YUV65.06137.56151.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=43.56%
G=20%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98458200.540.160.62318.1137.0628.04
Hex622D52036103E13e251c
Octal1425512206620764764534
Binary1100010101101101001001101101000011111010011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,45,82); }

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

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

 a { background-color: rgb(98,45,82); }

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

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

 span { border-color: rgb(98,45,82); }

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