#621251

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

Shades of Palatinate Purple #621251

Tints of Palatinate Purple #621251

Color information

#621251 (or 0x621251) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 51. RGB value is (98,18,81). Sum of RGB (Red+Green+Blue) = 98+18+81=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #621251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621251 is #9DEDAE. Grayscale: #303030. Windows color (decimal): -10349999 or 5313122. OLE color: 5313122.

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

Color convert

RGB981881-
CMYK00.820.170.62
HSL312.75º68.97%22.75%-
HSV(B)312.75º81.63%38.43%-
XYZ6.743.628.13-
YUV49.1146162.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=49.75%
G=9.14%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98188100.820.170.62312.7568.9722.75
Hex621251052113E1394517
Octal142221210122217647110527
Binary11000101001010100010101001010001111110100111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621251; }

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

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

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

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

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

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

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

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