#620162

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

Shades of Palatinate Purple #620162

Tints of Palatinate Purple #620162

Color information

#620162 (or 0x620162) is unknown color: approx Palatinate Purple. HEX triplet: 62, 01 and 62. RGB value is (98,1,98). Sum of RGB (Red+Green+Blue) = 98+1+98=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #620162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620162 is #9DFE9D. Grayscale: #282828. Windows color (decimal): -10354334 or 6422882. OLE color: 6422882.

HSL color Cylindrical-coordinate representation of color #620162: hue angle of 300º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620162 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB98198-
CMYK00.9900.62
HSL300º97.98%19.41%-
HSV(B)300º98.98%38.43%-
XYZ7.253.511.85-
YUV41.06160.14168.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=49.75%
G=0.51%
B=49.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819800.9900.6230097.9819.41
Hex6216206303E12c6213
Octal1421142014307645414223
Binary110001011100010011000110111110100101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620162; }

 p { color: rgb(98,1,98); }

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

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

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

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

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

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

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