#621056

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

Shades of Palatinate Purple #621056

Tints of Palatinate Purple #621056

Color information

#621056 (or 0x621056) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 56. RGB value is (98,16,86). Sum of RGB (Red+Green+Blue) = 98+16+86=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621056 is #9DEFA9. Grayscale: #303030. Windows color (decimal): -10350506 or 5640290. OLE color: 5640290.

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

Color convert

RGB981686-
CMYK00.840.120.62
HSL308.78º71.93%22.35%-
HSV(B)308.78º83.67%38.43%-
XYZ6.93.649.14-
YUV48.5149.17163.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 86 (33.98% from 255) = 43%
R=49%
G=8%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98168600.840.120.62308.7871.9322.35
Hex621056054C3E1354816
Octal142201260124147646511026
Binary1100010100001010110010101001100111110100110101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621056; }

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

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

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

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

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

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

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

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