#621F56

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

Shades of Palatinate Purple #621F56

Tints of Palatinate Purple #621F56

Color information

#621F56 (or 0x621F56) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1F and 56. RGB value is (98,31,86). Sum of RGB (Red+Green+Blue) = 98+31+86=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #621F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F56 is #9DE0A9. Grayscale: #393939. Windows color (decimal): -10346666 or 5644130. OLE color: 5644130.

HSL color Cylindrical-coordinate representation of color #621F56: hue angle of 310.75º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F56 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB983186-
CMYK00.680.120.62
HSL310.75º51.94%25.29%-
HSV(B)310.75º68.37%38.43%-
XYZ7.214.259.24-
YUV57.3144.2157.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 86 (33.98% from 255) = 40%
R=45.58%
G=14.42%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98318600.680.120.62310.7551.9425.29
Hex621F56044C3E1373419
Octal14237126010414764676431
Binary110001011111101011001000100110011111010011011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621F56; }

 p { color: rgb(98,31,86); }

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

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

 a { background-color: rgb(98,31,86); }

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

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

 span { border-color: rgb(98,31,86); }

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