#621369

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

Shades of Palatinate Purple #621369

Tints of Palatinate Purple #621369

Color information

#621369 (or 0x621369) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 69. RGB value is (98,19,105). Sum of RGB (Red+Green+Blue) = 98+19+105=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #621369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621369 is #9DEC96. Grayscale: #343434. Windows color (decimal): -10349719 or 6886242. OLE color: 6886242.

HSL color Cylindrical-coordinate representation of color #621369: hue angle of 295.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621369 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9819105-
CMYK0.070.8200.59
HSL295.12º69.35%24.31%-
HSV(B)295.12º81.9%41.18%-
XYZ7.824.0813.74-
YUV52.42157.67160.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=44.14%
G=8.56%
B=47.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98191050.070.8200.59295.1269.3524.31
Hex62136975203B1274518
Octal14223151712207344710530
Binary110001010011110100111110100100111011100100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621369; }

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

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

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

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

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

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

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

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