#621555

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

Shades of Palatinate Purple #621555

Tints of Palatinate Purple #621555

Color information

#621555 (or 0x621555) is unknown color: approx Palatinate Purple. HEX triplet: 62, 15 and 55. RGB value is (98,21,85). Sum of RGB (Red+Green+Blue) = 98+21+85=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #621555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621555 is #9DEAAA. Grayscale: #333333. Windows color (decimal): -10349227 or 5576034. OLE color: 5576034.

HSL color Cylindrical-coordinate representation of color #621555: hue angle of 310.13º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621555 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB982185-
CMYK00.790.130.62
HSL310.13º64.71%23.33%-
HSV(B)310.13º78.57%38.43%-
XYZ6.943.798.96-
YUV51.32147.01161.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=48.04%
G=10.29%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98218500.790.130.62310.1364.7123.33
Hex62155504FD3E1364117
Octal142251250117157646610127
Binary1100010101011010101010011111101111110100110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621555; }

 p { color: rgb(98,21,85); }

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

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

 a { background-color: rgb(98,21,85); }

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

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

 span { border-color: rgb(98,21,85); }

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