#622061

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

Shades of Palatinate Purple #622061

Tints of Palatinate Purple #622061

Color information

#622061 (or 0x622061) is unknown color: approx Palatinate Purple. HEX triplet: 62, 20 and 61. RGB value is (98,32,97). Sum of RGB (Red+Green+Blue) = 98+32+97=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #622061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622061 is #9DDF9E. Grayscale: #3A3A3A. Windows color (decimal): -10346399 or 6365282. OLE color: 6365282.

HSL color Cylindrical-coordinate representation of color #622061: hue angle of 300.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622061 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB983297-
CMYK00.670.010.62
HSL300.91º50.77%25.49%-
HSV(B)300.91º67.35%38.43%-
XYZ7.714.4911.77-
YUV59.14149.37155.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=43.17%
G=14.10%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98329700.670.010.62300.9150.7725.49
Hex62206104313E12d3319
Octal1424014101031764556331
Binary1100010100000110000101000011111111010010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622061; }

 p { color: rgb(98,32,97); }

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

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

 a { background-color: rgb(98,32,97); }

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

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

 span { border-color: rgb(98,32,97); }

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