#622852

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

Shades of Palatinate Purple #622852

Tints of Palatinate Purple #622852

Color information

#622852 (or 0x622852) is unknown color: approx Palatinate Purple. HEX triplet: 62, 28 and 52. RGB value is (98,40,82). Sum of RGB (Red+Green+Blue) = 98+40+82=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #622852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622852 is #9DD7AD. Grayscale: #3E3E3E. Windows color (decimal): -10344366 or 5384290. OLE color: 5384290.

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

Color convert

RGB984082-
CMYK00.590.160.62
HSL316.55º42.03%27.06%-
HSV(B)316.55º59.18%38.43%-
XYZ7.324.728.51-
YUV62.13139.22153.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=44.55%
G=18.18%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98408200.590.160.62316.5542.0327.06
Hex62285203B103E13d2a1b
Octal1425012207320764755233
Binary1100010101000101001001110111000011111010011110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622852; }

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

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

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

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

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

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

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

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