#621760

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

Shades of Palatinate Purple #621760

Tints of Palatinate Purple #621760

Color information

#621760 (or 0x621760) is unknown color: approx Palatinate Purple. HEX triplet: 62, 17 and 60. RGB value is (98,23,96). Sum of RGB (Red+Green+Blue) = 98+23+96=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #621760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621760 is #9DE89F. Grayscale: #353535. Windows color (decimal): -10348704 or 6297442. OLE color: 6297442.

HSL color Cylindrical-coordinate representation of color #621760: hue angle of 301.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621760 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB982396-
CMYK00.770.020.62
HSL301.6º61.98%23.73%-
HSV(B)301.6º76.53%38.43%-
XYZ7.454.0511.46-
YUV53.75151.85159.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=45.16%
G=10.60%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98239600.770.020.62301.661.9823.73
Hex62176004D23E12e3e18
Octal1422714001152764567630
Binary1100010101111100000010011011011111010010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621760; }

 p { color: rgb(98,23,96); }

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

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

 a { background-color: rgb(98,23,96); }

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

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

 span { border-color: rgb(98,23,96); }

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