#622661

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

Shades of Palatinate Purple #622661

Tints of Palatinate Purple #622661

Color information

#622661 (or 0x622661) is unknown color: approx Palatinate Purple. HEX triplet: 62, 26 and 61. RGB value is (98,38,97). Sum of RGB (Red+Green+Blue) = 98+38+97=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #622661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622661 is #9DD99E. Grayscale: #3E3E3E. Windows color (decimal): -10344863 or 6366818. OLE color: 6366818.

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

Color convert

RGB983897-
CMYK00.610.010.62
HSL301º44.12%26.67%-
HSV(B)301º61.22%38.43%-
XYZ7.894.8511.83-
YUV62.67147.38153.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=42.06%
G=16.31%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98389700.610.010.6230144.1226.67
Hex62266103D13E12d2c1b
Octal142461410751764555433
Binary110001010011011000010111101111111010010110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622661; }

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

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

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

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

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

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

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

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