#621051

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

Shades of Palatinate Purple #621051

Tints of Palatinate Purple #621051

Color information

#621051 (or 0x621051) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 51. RGB value is (98,16,81). Sum of RGB (Red+Green+Blue) = 98+16+81=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #621051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621051 is #9DEFAE. Grayscale: #2F2F2F. Windows color (decimal): -10350511 or 5312610. OLE color: 5312610.

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

Color convert

RGB981681-
CMYK00.840.170.62
HSL312.44º71.93%22.35%-
HSV(B)312.44º83.67%38.43%-
XYZ6.713.568.12-
YUV47.93146.67163.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=50.26%
G=8.21%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98168100.840.170.62312.4471.9322.35
Hex621051054113E1384816
Octal142201210124217647011026
Binary11000101000010100010101010010001111110100111000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621051; }

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

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

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

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

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

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

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

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