#620869

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

Shades of Palatinate Purple #620869

Tints of Palatinate Purple #620869

Color information

#620869 (or 0x620869) is unknown color: approx Palatinate Purple. HEX triplet: 62, 08 and 69. RGB value is (98,8,105). Sum of RGB (Red+Green+Blue) = 98+8+105=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #620869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620869 is #9DF796. Grayscale: #2D2D2D. Windows color (decimal): -10352535 or 6883426. OLE color: 6883426.

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

Color convert

RGB988105-
CMYK0.070.9200.59
HSL295.67º85.84%22.16%-
HSV(B)295.67º92.38%41.18%-
XYZ7.673.7913.69-
YUV45.97161.32165.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=46.45%
G=3.79%
B=49.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9881050.070.9200.59295.6785.8422.16
Hex6286975C03B1285616
Octal14210151713407345012626
Binary11000101000110100111110111000111011100101000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620869; }

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

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

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

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

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

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

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

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