#622B52

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

Shades of Palatinate Purple #622B52

Tints of Palatinate Purple #622B52

Color information

#622B52 (or 0x622B52) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2B and 52. RGB value is (98,43,82). Sum of RGB (Red+Green+Blue) = 98+43+82=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #622B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B52 is #9DD4AD. Grayscale: #3F3F3F. Windows color (decimal): -10343598 or 5385058. OLE color: 5385058.

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

Color convert

RGB984382-
CMYK00.560.160.62
HSL317.45º39.01%27.65%-
HSV(B)317.45º56.12%38.43%-
XYZ7.424.938.54-
YUV63.89138.22152.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=43.95%
G=19.28%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98438200.560.160.62317.4539.0127.65
Hex622B52038103E13d271c
Octal1425312207020764754734
Binary1100010101011101001001110001000011111010011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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