#621254

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

Shades of Palatinate Purple #621254

Tints of Palatinate Purple #621254

Color information

#621254 (or 0x621254) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 54. RGB value is (98,18,84). Sum of RGB (Red+Green+Blue) = 98+18+84=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621254 is #9DEDAB. Grayscale: #313131. Windows color (decimal): -10349996 or 5509730. OLE color: 5509730.

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

Color convert

RGB981884-
CMYK00.820.140.62
HSL310.5º68.97%22.75%-
HSV(B)310.5º81.63%38.43%-
XYZ6.853.678.73-
YUV49.44147.5162.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 84 (33.20% from 255) = 42%
R=49%
G=9%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98188400.820.140.62310.568.9722.75
Hex621254052E3E1364517
Octal142221240122167646610527
Binary1100010100101010100010100101110111110100110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621254; }

 p { color: rgb(98,18,84); }

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

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

 a { background-color: rgb(98,18,84); }

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

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

 span { border-color: rgb(98,18,84); }

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