#622258

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

Shades of Palatinate Purple #622258

Tints of Palatinate Purple #622258

Color information

#622258 (or 0x622258) is unknown color: approx Palatinate Purple. HEX triplet: 62, 22 and 58. RGB value is (98,34,88). Sum of RGB (Red+Green+Blue) = 98+34+88=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #622258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622258 is #9DDDA7. Grayscale: #3B3B3B. Windows color (decimal): -10345896 or 5775970. OLE color: 5775970.

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

Color convert

RGB983488-
CMYK00.650.100.62
HSL309.38º48.48%25.88%-
HSV(B)309.38º65.31%38.43%-
XYZ7.374.459.7-
YUV59.29144.2155.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 88 (34.77% from 255) = 40%
R=44.55%
G=15.45%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98348800.650.100.62309.3848.4825.88
Hex622258041A3E135301a
Octal14242130010112764656032
Binary1100010100010101100001000001101011111010011010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622258; }

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

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

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

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

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

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

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

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