#622363

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

Shades of Palatinate Purple #622363

Tints of Palatinate Purple #622363

Color information

#622363 (or 0x622363) is unknown color: approx Palatinate Purple. HEX triplet: 62, 23 and 63. RGB value is (98,35,99). Sum of RGB (Red+Green+Blue) = 98+35+99=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #622363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622363 is #9DDC9C. Grayscale: #3C3C3C. Windows color (decimal): -10345629 or 6497122. OLE color: 6497122.

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

Color convert

RGB983599-
CMYK0.010.6500.61
HSL299.06º47.76%26.27%-
HSV(B)299.06º64.65%38.82%-
XYZ7.894.712.3-
YUV61.13149.37154.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=42.24%
G=15.09%
B=42.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9835990.010.6500.61299.0647.7626.27
Hex62236314103D12b301a
Octal1424314311010754536032
Binary1100010100011110001111000001011110110010101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622363; }

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

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

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

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

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

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

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

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