#621255

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

Shades of Palatinate Purple #621255

Tints of Palatinate Purple #621255

Color information

#621255 (or 0x621255) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 55. RGB value is (98,18,85). Sum of RGB (Red+Green+Blue) = 98+18+85=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #621255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621255 is #9DEDAA. Grayscale: #313131. Windows color (decimal): -10349995 or 5575266. OLE color: 5575266.

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

Color convert

RGB981885-
CMYK00.820.130.62
HSL309.75º68.97%22.75%-
HSV(B)309.75º81.63%38.43%-
XYZ6.893.698.94-
YUV49.56148162.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=48.76%
G=8.96%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98188500.820.130.62309.7568.9722.75
Hex621255052D3E1364517
Octal142221250122157646610527
Binary1100010100101010101010100101101111110100110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621255; }

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

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

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

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

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

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

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

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