#622552

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

Shades of Palatinate Purple #622552

Tints of Palatinate Purple #622552

Color information

#622552 (or 0x622552) is unknown color: approx Palatinate Purple. HEX triplet: 62, 25 and 52. RGB value is (98,37,82). Sum of RGB (Red+Green+Blue) = 98+37+82=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #622552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622552 is #9DDAAD. Grayscale: #3C3C3C. Windows color (decimal): -10345134 or 5383522. OLE color: 5383522.

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

Color convert

RGB983782-
CMYK00.620.160.62
HSL315.74º45.19%26.47%-
HSV(B)315.74º62.24%38.43%-
XYZ7.224.538.48-
YUV60.37140.21154.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=45.16%
G=17.05%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98378200.620.160.62315.7445.1926.47
Hex62255203E103E13c2d1a
Octal1424512207620764745532
Binary1100010100101101001001111101000011111010011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622552; }

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

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

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

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

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

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

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

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