#622253

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

Shades of Palatinate Purple #622253

Tints of Palatinate Purple #622253

Color information

#622253 (or 0x622253) is unknown color: approx Palatinate Purple. HEX triplet: 62, 22 and 53. RGB value is (98,34,83). Sum of RGB (Red+Green+Blue) = 98+34+83=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622253 is #9DDDAC. Grayscale: #3A3A3A. Windows color (decimal): -10345901 or 5448290. OLE color: 5448290.

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

Color convert

RGB983483-
CMYK00.650.150.62
HSL314.06º48.48%25.88%-
HSV(B)314.06º65.31%38.43%-
XYZ7.174.378.65-
YUV58.72141.7156.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=45.58%
G=15.81%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98348300.650.150.62314.0648.4825.88
Hex622253041F3E13a301a
Octal14242123010117764726032
Binary1100010100010101001101000001111111111010011101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622253; }

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

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

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

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

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

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

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

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