#622360

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

Shades of Palatinate Purple #622360

Tints of Palatinate Purple #622360

Color information

#622360 (or 0x622360) is unknown color: approx Palatinate Purple. HEX triplet: 62, 23 and 60. RGB value is (98,35,96). Sum of RGB (Red+Green+Blue) = 98+35+96=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #622360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622360 is #9DDC9F. Grayscale: #3C3C3C. Windows color (decimal): -10345632 or 6300514. OLE color: 6300514.

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

Color convert

RGB983596-
CMYK00.640.020.62
HSL301.9º47.37%26.08%-
HSV(B)301.9º64.29%38.43%-
XYZ7.754.6411.55-
YUV60.79147.87154.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=42.79%
G=15.28%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98359600.640.020.62301.947.3726.08
Hex62236004023E12e2f1a
Octal1424314001002764565732
Binary11000101000111100000010000001011111010010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622360; }

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

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

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

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

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

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

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

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