#621553

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

Shades of Palatinate Purple #621553

Tints of Palatinate Purple #621553

Color information

#621553 (or 0x621553) is unknown color: approx Palatinate Purple. HEX triplet: 62, 15 and 53. RGB value is (98,21,83). Sum of RGB (Red+Green+Blue) = 98+21+83=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621553 is #9DEAAC. Grayscale: #323232. Windows color (decimal): -10349229 or 5444962. OLE color: 5444962.

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

Color convert

RGB982183-
CMYK00.790.150.62
HSL311.69º64.71%23.33%-
HSV(B)311.69º78.57%38.43%-
XYZ6.873.768.55-
YUV51.09146.01161.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=48.51%
G=10.40%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98218300.790.150.62311.6964.7123.33
Hex62155304FF3E1384117
Octal142251230117177647010127
Binary1100010101011010011010011111111111110100111000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621553; }

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

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

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

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

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

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

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

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