#621053

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

Shades of Palatinate Purple #621053

Tints of Palatinate Purple #621053

Color information

#621053 (or 0x621053) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 53. RGB value is (98,16,83). Sum of RGB (Red+Green+Blue) = 98+16+83=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #621053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621053 is #9DEFAC. Grayscale: #2F2F2F. Windows color (decimal): -10350509 or 5443682. OLE color: 5443682.

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

Color convert

RGB981683-
CMYK00.840.150.62
HSL310.98º71.93%22.35%-
HSV(B)310.98º83.67%38.43%-
XYZ6.783.598.52-
YUV48.16147.67163.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=49.75%
G=8.12%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98168300.840.150.62310.9871.9322.35
Hex621053054F3E1374816
Octal142201230124177646711026
Binary1100010100001010011010101001111111110100110111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621053; }

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

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

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

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

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

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

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

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