#622A59

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

Shades of Palatinate Purple #622A59

Tints of Palatinate Purple #622A59

Color information

#622A59 (or 0x622A59) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2A and 59. RGB value is (98,42,89). Sum of RGB (Red+Green+Blue) = 98+42+89=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #622A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622A59 is #9DD5A6. Grayscale: #3F3F3F. Windows color (decimal): -10343847 or 5843554. OLE color: 5843554.

HSL color Cylindrical-coordinate representation of color #622A59: hue angle of 309.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #622A59 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB984289-
CMYK00.570.090.62
HSL309.64º40%27.45%-
HSV(B)309.64º57.14%38.43%-
XYZ7.674.9710.01-
YUV64.1142.05152.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=42.79%
G=18.34%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98428900.570.090.62309.644027.45
Hex622A5903993E136281b
Octal1425213107111764665033
Binary110001010101010110010111001100111111010011011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,42,89); }

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

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

 a { background-color: rgb(98,42,89); }

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

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

 span { border-color: rgb(98,42,89); }

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