#620663

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

Shades of Palatinate Purple #620663

Tints of Palatinate Purple #620663

Color information

#620663 (or 0x620663) is unknown color: approx Palatinate Purple. HEX triplet: 62, 06 and 63. RGB value is (98,6,99). Sum of RGB (Red+Green+Blue) = 98+6+99=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #620663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620663 is #9DF99C. Grayscale: #2B2B2B. Windows color (decimal): -10353053 or 6489698. OLE color: 6489698.

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

Color convert

RGB98699-
CMYK0.010.9400.61
HSL299.35º88.57%20.59%-
HSV(B)299.35º93.94%38.82%-
XYZ7.353.6312.12-
YUV44.11158.98166.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=48.28%
G=2.96%
B=48.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal986990.010.9400.61299.3588.5720.59
Hex6266315E03D12b5915
Octal1426143113607545313125
Binary11000101101100011110111100111101100101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620663; }

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

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

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

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

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

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

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

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