#621059

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

Shades of Palatinate Purple #621059

Tints of Palatinate Purple #621059

Color information

#621059 (or 0x621059) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 59. RGB value is (98,16,89). Sum of RGB (Red+Green+Blue) = 98+16+89=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #621059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621059 is #9DEFA6. Grayscale: #303030. Windows color (decimal): -10350503 or 5836898. OLE color: 5836898.

HSL color Cylindrical-coordinate representation of color #621059: hue angle of 306.59º 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 #621059 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB981689-
CMYK00.840.090.62
HSL306.59º71.93%22.35%-
HSV(B)306.59º83.67%38.43%-
XYZ7.033.699.79-
YUV48.84150.67163.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=48.28%
G=7.88%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98168900.840.090.62306.5971.9322.35
Hex62105905493E1334816
Octal142201310124117646311026
Binary1100010100001011001010101001001111110100110011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621059; }

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

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

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

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

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

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

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

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