#621956

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

Shades of Palatinate Purple #621956

Tints of Palatinate Purple #621956

Color information

#621956 (or 0x621956) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 56. RGB value is (98,25,86). Sum of RGB (Red+Green+Blue) = 98+25+86=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #621956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621956 is #9DE6A9. Grayscale: #353535. Windows color (decimal): -10348202 or 5642594. OLE color: 5642594.

HSL color Cylindrical-coordinate representation of color #621956: hue angle of 309.86º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621956 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB982586-
CMYK00.740.120.62
HSL309.86º59.35%24.12%-
HSV(B)309.86º74.49%38.43%-
XYZ7.063.969.2-
YUV53.78146.18159.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=46.89%
G=11.96%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98258600.740.120.62309.8659.3524.12
Hex62195604AC3E1363b18
Octal14231126011214764667330
Binary110001011001101011001001010110011111010011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621956; }

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

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

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

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

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

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

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

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