#622257

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

Shades of Palatinate Purple #622257

Tints of Palatinate Purple #622257

Color information

#622257 (or 0x622257) is unknown color: approx Palatinate Purple. HEX triplet: 62, 22 and 57. RGB value is (98,34,87). Sum of RGB (Red+Green+Blue) = 98+34+87=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #622257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622257 is #9DDDA8. Grayscale: #3B3B3B. Windows color (decimal): -10345897 or 5710434. OLE color: 5710434.

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

Color convert

RGB983487-
CMYK00.650.110.62
HSL310.31º48.48%25.88%-
HSV(B)310.31º65.31%38.43%-
XYZ7.334.439.49-
YUV59.18143.7155.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=44.75%
G=15.53%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98348700.650.110.62310.3148.4825.88
Hex622257041B3E136301a
Octal14242127010113764666032
Binary1100010100010101011101000001101111111010011011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622257; }

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

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

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

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

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

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

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

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