#622460

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

Shades of Palatinate Purple #622460

Tints of Palatinate Purple #622460

Color information

#622460 (or 0x622460) is unknown color: approx Palatinate Purple. HEX triplet: 62, 24 and 60. RGB value is (98,36,96). Sum of RGB (Red+Green+Blue) = 98+36+96=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #622460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622460 is #9DDB9F. Grayscale: #3D3D3D. Windows color (decimal): -10345376 or 6300770. OLE color: 6300770.

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

Color convert

RGB983696-
CMYK00.630.020.62
HSL301.94º46.27%26.27%-
HSV(B)301.94º63.27%38.43%-
XYZ7.784.711.56-
YUV61.38147.54154.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=42.61%
G=15.65%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98369600.630.020.62301.9446.2726.27
Hex62246003F23E12e2e1a
Octal142441400772764565632
Binary1100010100100110000001111111011111010010111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622460; }

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

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

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

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

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

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

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

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