#622053

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

Shades of Palatinate Purple #622053

Tints of Palatinate Purple #622053

Color information

#622053 (or 0x622053) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 53. RGB value is (98,32,83). Sum of RGB (Red+Green+Blue) = 98+32+83=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #622053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622053 is #9DDFAC. Grayscale: #393939. Windows color (decimal): -10346413 or 5447778. OLE color: 5447778.

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

Color convert

RGB983283-
CMYK00.670.150.62
HSL313.64º50.77%25.49%-
HSV(B)313.64º67.35%38.43%-
XYZ7.114.258.63-
YUV57.55142.37156.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=46.01%
G=15.02%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98328300.670.150.62313.6450.7725.49
Hex622053043F3E13a3319
Octal14240123010317764726331
Binary1100010100000101001101000011111111111010011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622053; }

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

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

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

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

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

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

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

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