#621359

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

Shades of Palatinate Purple #621359

Tints of Palatinate Purple #621359

Color information

#621359 (or 0x621359) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 59. RGB value is (98,19,89). Sum of RGB (Red+Green+Blue) = 98+19+89=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #621359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621359 is #9DECA6. Grayscale: #323232. Windows color (decimal): -10349735 or 5837666. OLE color: 5837666.

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

Color convert

RGB981989-
CMYK00.810.090.62
HSL306.84º67.52%22.94%-
HSV(B)306.84º80.61%38.43%-
XYZ7.073.789.81-
YUV50.6149.67161.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=47.57%
G=9.22%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98198900.810.090.62306.8467.5222.94
Hex62135905193E1334417
Octal142231310121117646310427
Binary1100010100111011001010100011001111110100110011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621359; }

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

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

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

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

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

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

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

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