#622052

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

Shades of Palatinate Purple #622052

Tints of Palatinate Purple #622052

Color information

#622052 (or 0x622052) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 52. RGB value is (98,32,82). Sum of RGB (Red+Green+Blue) = 98+32+82=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #622052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622052 is #9DDFAD. Grayscale: #393939. Windows color (decimal): -10346414 or 5382242. OLE color: 5382242.

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

Color convert

RGB983282-
CMYK00.670.160.62
HSL314.55º50.77%25.49%-
HSV(B)314.55º67.35%38.43%-
XYZ7.084.248.43-
YUV57.43141.87156.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=46.23%
G=15.09%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98328200.670.160.62314.5550.7725.49
Hex622052043103E13b3319
Octal14240122010320764736331
Binary11000101000001010010010000111000011111010011101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622052; }

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

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

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

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

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

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

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

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