#620969

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

Shades of Palatinate Purple #620969

Tints of Palatinate Purple #620969

Color information

#620969 (or 0x620969) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 69. RGB value is (98,9,105). Sum of RGB (Red+Green+Blue) = 98+9+105=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #620969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620969 is #9DF696. Grayscale: #2E2E2E. Windows color (decimal): -10352279 or 6883682. OLE color: 6883682.

HSL color Cylindrical-coordinate representation of color #620969: hue angle of 295.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620969 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB989105-
CMYK0.070.9100.59
HSL295.62º84.21%22.35%-
HSV(B)295.62º91.43%41.18%-
XYZ7.683.8113.7-
YUV46.56160.99164.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=46.23%
G=4.25%
B=49.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9891050.070.9100.59295.6284.2122.35
Hex6296975B03B1285416
Octal14211151713307345012426
Binary11000101001110100111110110110111011100101000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620969; }

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

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

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

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

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

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

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

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