#621355

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

Shades of Palatinate Purple #621355

Tints of Palatinate Purple #621355

Color information

#621355 (or 0x621355) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 55. RGB value is (98,19,85). Sum of RGB (Red+Green+Blue) = 98+19+85=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621355 is #9DECAA. Grayscale: #313131. Windows color (decimal): -10349739 or 5575522. OLE color: 5575522.

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

Color convert

RGB981985-
CMYK00.810.130.62
HSL309.87º67.52%22.94%-
HSV(B)309.87º80.61%38.43%-
XYZ6.913.728.95-
YUV50.14147.67162.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=48.51%
G=9.41%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98198500.810.130.62309.8767.5222.94
Hex621355051D3E1364417
Octal142231250121157646610427
Binary1100010100111010101010100011101111110100110110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621355; }

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

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

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

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

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

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

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

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