#621352

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

Shades of Palatinate Purple #621352

Tints of Palatinate Purple #621352

Color information

#621352 (or 0x621352) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 52. RGB value is (98,19,82). Sum of RGB (Red+Green+Blue) = 98+19+82=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #621352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621352 is #9DECAD. Grayscale: #313131. Windows color (decimal): -10349742 or 5378914. OLE color: 5378914.

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

Color convert

RGB981982-
CMYK00.810.160.62
HSL312.15º67.52%22.94%-
HSV(B)312.15º80.61%38.43%-
XYZ6.793.678.33-
YUV49.8146.17162.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=49.25%
G=9.55%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98198200.810.160.62312.1567.5222.94
Hex621352051103E1384417
Octal142231220121207647010427
Binary11000101001110100100101000110000111110100111000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621352; }

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

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

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

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

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

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

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

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