#622160

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

Shades of Palatinate Purple #622160

Tints of Palatinate Purple #622160

Color information

#622160 (or 0x622160) is unknown color: approx Palatinate Purple. HEX triplet: 62, 21 and 60. RGB value is (98,33,96). Sum of RGB (Red+Green+Blue) = 98+33+96=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #622160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622160 is #9DDE9F. Grayscale: #3B3B3B. Windows color (decimal): -10346144 or 6300002. OLE color: 6300002.

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

Color convert

RGB983396-
CMYK00.660.020.62
HSL301.85º49.62%25.69%-
HSV(B)301.85º66.33%38.43%-
XYZ7.694.5311.54-
YUV59.62148.53155.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=43.17%
G=14.54%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98339600.660.020.62301.8549.6225.69
Hex62216004223E12e321a
Octal1424114001022764566232
Binary11000101000011100000010000101011111010010111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622160; }

 p { color: rgb(98,33,96); }

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

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

 a { background-color: rgb(98,33,96); }

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

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

 span { border-color: rgb(98,33,96); }

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