#620B69

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

Shades of Palatinate Purple #620B69

Tints of Palatinate Purple #620B69

Color information

#620B69 (or 0x620B69) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0B and 69. RGB value is (98,11,105). Sum of RGB (Red+Green+Blue) = 98+11+105=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #620B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B69 is #9DF496. Grayscale: #2F2F2F. Windows color (decimal): -10351767 or 6884194. OLE color: 6884194.

HSL color Cylindrical-coordinate representation of color #620B69: hue angle of 295.53º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B69 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9811105-
CMYK0.070.9000.59
HSL295.53º81.03%22.75%-
HSV(B)295.53º89.52%41.18%-
XYZ7.713.8613.7-
YUV47.73160.32163.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=45.79%
G=5.14%
B=49.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98111050.070.9000.59295.5381.0322.75
Hex62B6975A03B1285117
Octal14213151713207345012127
Binary11000101011110100111110110100111011100101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620B69; }

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

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

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

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

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

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

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

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