#622055

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

Shades of Palatinate Purple #622055

Tints of Palatinate Purple #622055

Color information

#622055 (or 0x622055) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 55. RGB value is (98,32,85). Sum of RGB (Red+Green+Blue) = 98+32+85=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622055 is #9DDFAA. Grayscale: #393939. Windows color (decimal): -10346411 or 5578850. OLE color: 5578850.

HSL color Cylindrical-coordinate representation of color #622055: hue angle of 311.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622055 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB983285-
CMYK00.670.130.62
HSL311.82º50.77%25.49%-
HSV(B)311.82º67.35%38.43%-
XYZ7.194.299.04-
YUV57.78143.37156.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=45.58%
G=14.88%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98328500.670.130.62311.8250.7725.49
Hex622055043D3E1383319
Octal14240125010315764706331
Binary1100010100000101010101000011110111111010011100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622055; }

 p { color: rgb(98,32,85); }

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

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

 a { background-color: rgb(98,32,85); }

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

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

 span { border-color: rgb(98,32,85); }

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