#620D68

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

Shades of Palatinate Purple #620D68

Tints of Palatinate Purple #620D68

Color information

#620D68 (or 0x620D68) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0D and 68. RGB value is (98,13,104). Sum of RGB (Red+Green+Blue) = 98+13+104=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #620D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D68 is #9DF297. Grayscale: #303030. Windows color (decimal): -10351256 or 6819170. OLE color: 6819170.

HSL color Cylindrical-coordinate representation of color #620D68: hue angle of 296.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620D68 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9813104-
CMYK0.060.8800.59
HSL296.04º77.78%22.94%-
HSV(B)296.04º87.5%40.78%-
XYZ7.683.8813.44-
YUV48.79159.16163.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=45.58%
G=6.05%
B=48.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98131040.060.8800.59296.0477.7822.94
Hex62D6865803B1284e17
Octal14215150613007345011627
Binary11000101101110100011010110000111011100101000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,13,104); }

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

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

 a { background-color: rgb(98,13,104); }

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

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

 span { border-color: rgb(98,13,104); }

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