#620963

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

Shades of Palatinate Purple #620963

Tints of Palatinate Purple #620963

Color information

#620963 (or 0x620963) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 63. RGB value is (98,9,99). Sum of RGB (Red+Green+Blue) = 98+9+99=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #620963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620963 is #9DF69C. Grayscale: #2D2D2D. Windows color (decimal): -10352285 or 6490466. OLE color: 6490466.

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

Color convert

RGB98999-
CMYK0.010.9100.61
HSL299.33º83.33%21.18%-
HSV(B)299.33º90.91%38.82%-
XYZ7.393.6912.13-
YUV45.87157.99165.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=47.57%
G=4.37%
B=48.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal989990.010.9100.61299.3383.3321.18
Hex6296315B03D12b5315
Octal14211143113307545312325
Binary110001010011100011110110110111101100101011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620963; }

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

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

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

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

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

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

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

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