#621060

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

Shades of Palatinate Purple #621060

Tints of Palatinate Purple #621060

Color information

#621060 (or 0x621060) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 60. RGB value is (98,16,96). Sum of RGB (Red+Green+Blue) = 98+16+96=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #621060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621060 is #9DEF9F. Grayscale: #313131. Windows color (decimal): -10350496 or 6295650. OLE color: 6295650.

HSL color Cylindrical-coordinate representation of color #621060: hue angle of 301.46º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621060 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB981696-
CMYK00.840.020.62
HSL301.46º71.93%22.35%-
HSV(B)301.46º83.67%38.43%-
XYZ7.333.8111.42-
YUV49.64154.17162.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=46.67%
G=7.62%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98169600.840.020.62301.4671.9322.35
Hex62106005423E12d4816
Octal14220140012427645511026
Binary11000101000011000000101010010111110100101101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621060; }

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

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

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

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

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

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

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

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