#621159

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

Shades of Palatinate Purple #621159

Tints of Palatinate Purple #621159

Color information

#621159 (or 0x621159) is unknown color: approx Palatinate Purple. HEX triplet: 62, 11 and 59. RGB value is (98,17,89). Sum of RGB (Red+Green+Blue) = 98+17+89=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #621159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621159 is #9DEEA6. Grayscale: #313131. Windows color (decimal): -10350247 or 5837154. OLE color: 5837154.

HSL color Cylindrical-coordinate representation of color #621159: hue angle of 306.67º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621159 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB981789-
CMYK00.830.090.62
HSL306.67º70.43%22.55%-
HSV(B)306.67º82.65%38.43%-
XYZ7.043.729.8-
YUV49.43150.34162.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=48.04%
G=8.33%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98178900.830.090.62306.6770.4322.55
Hex62115905393E1334617
Octal142211310123117646310627
Binary1100010100011011001010100111001111110100110011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621159; }

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

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

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

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

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

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

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

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