#621361

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

Shades of Palatinate Purple #621361

Tints of Palatinate Purple #621361

Color information

#621361 (or 0x621361) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 61. RGB value is (98,19,97). Sum of RGB (Red+Green+Blue) = 98+19+97=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #621361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621361 is #9DEC9E. Grayscale: #333333. Windows color (decimal): -10349727 or 6361954. OLE color: 6361954.

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

Color convert

RGB981997-
CMYK00.810.010.62
HSL300.76º67.52%22.94%-
HSV(B)300.76º80.61%38.43%-
XYZ7.433.9311.68-
YUV51.51153.67161.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=45.79%
G=8.88%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98199700.810.010.62300.7667.5222.94
Hex62136105113E12d4417
Octal14223141012117645510427
Binary1100010100111100001010100011111110100101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621361; }

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

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

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

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

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

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

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

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