#622963

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

Shades of Palatinate Purple #622963

Tints of Palatinate Purple #622963

Color information

#622963 (or 0x622963) is unknown color: approx Palatinate Purple. HEX triplet: 62, 29 and 63. RGB value is (98,41,99). Sum of RGB (Red+Green+Blue) = 98+41+99=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #622963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622963 is #9DD69C. Grayscale: #404040. Windows color (decimal): -10344093 or 6498658. OLE color: 6498658.

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

Color convert

RGB984199-
CMYK0.010.5900.61
HSL298.97º41.43%27.45%-
HSV(B)298.97º58.59%38.82%-
XYZ8.085.0812.36-
YUV64.66147.38151.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=41.18%
G=17.23%
B=41.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9841990.010.5900.61298.9741.4327.45
Hex62296313B03D12b291b
Octal142511431730754535133
Binary110001010100111000111111011011110110010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622963; }

 p { color: rgb(98,41,99); }

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

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

 a { background-color: rgb(98,41,99); }

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

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

 span { border-color: rgb(98,41,99); }

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