#621253

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

Shades of Palatinate Purple #621253

Tints of Palatinate Purple #621253

Color information

#621253 (or 0x621253) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 53. RGB value is (98,18,83). Sum of RGB (Red+Green+Blue) = 98+18+83=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #621253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621253 is #9DEDAC. Grayscale: #313131. Windows color (decimal): -10349997 or 5444194. OLE color: 5444194.

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

Color convert

RGB981883-
CMYK00.820.150.62
HSL311.25º68.97%22.75%-
HSV(B)311.25º81.63%38.43%-
XYZ6.813.658.53-
YUV49.33147162.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=49.25%
G=9.05%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98188300.820.150.62311.2568.9722.75
Hex621253052F3E1374517
Octal142221230122177646710527
Binary1100010100101010011010100101111111110100110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621253; }

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

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

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

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

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

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

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

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