#620B60

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

Shades of Palatinate Purple #620B60

Tints of Palatinate Purple #620B60

Color information

#620B60 (or 0x620B60) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0B and 60. RGB value is (98,11,96). Sum of RGB (Red+Green+Blue) = 98+11+96=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #620B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B60 is #9DF49F. Grayscale: #2E2E2E. Windows color (decimal): -10351776 or 6294370. OLE color: 6294370.

HSL color Cylindrical-coordinate representation of color #620B60: hue angle of 301.38º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B60 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB981196-
CMYK00.890.020.62
HSL301.38º79.82%21.37%-
HSV(B)301.38º88.78%38.43%-
XYZ7.273.6811.39-
YUV46.7155.82164.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=47.80%
G=5.37%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98119600.890.020.62301.3879.8221.37
Hex62B6005923E12d5015
Octal14213140013127645512025
Binary1100010101111000000101100110111110100101101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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