#620B6A

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

Shades of Palatinate Purple #620B6A

Tints of Palatinate Purple #620B6A

Color information

#620B6A (or 0x620B6A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0B and 6A. RGB value is (98,11,106). Sum of RGB (Red+Green+Blue) = 98+11+106=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #620B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B6A is #9DF495. Grayscale: #2F2F2F. Windows color (decimal): -10351766 or 6949730. OLE color: 6949730.

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

Color convert

RGB9811106-
CMYK0.080.9000.58
HSL294.95º81.2%22.94%-
HSV(B)294.95º89.62%41.57%-
XYZ7.763.8813.98-
YUV47.84160.82163.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=45.58%
G=5.12%
B=49.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98111060.080.9000.58294.9581.222.94
Hex62B6A85A03A1275117
Octal142131521013207244712127
Binary110001010111101010100010110100111010100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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