#621250

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

Shades of Palatinate Purple #621250

Tints of Palatinate Purple #621250

Color information

#621250 (or 0x621250) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 50. RGB value is (98,18,80). Sum of RGB (Red+Green+Blue) = 98+18+80=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #621250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621250 is #9DEDAF. Grayscale: #303030. Windows color (decimal): -10350000 or 5247586. OLE color: 5247586.

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

Color convert

RGB981880-
CMYK00.820.180.62
HSL313.5º68.97%22.75%-
HSV(B)313.5º81.63%38.43%-
XYZ6.73.617.93-
YUV48.99145.5162.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=50%
G=9.18%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98188000.820.180.62313.568.9722.75
Hex621250052123E13a4517
Octal142221200122227647210527
Binary11000101001010100000101001010010111110100111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621250; }

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

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

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

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

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

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

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

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