#621755

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

Shades of Palatinate Purple #621755

Tints of Palatinate Purple #621755

Color information

#621755 (or 0x621755) is unknown color: approx Palatinate Purple. HEX triplet: 62, 17 and 55. RGB value is (98,23,85). Sum of RGB (Red+Green+Blue) = 98+23+85=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #621755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621755 is #9DE8AA. Grayscale: #343434. Windows color (decimal): -10348715 or 5576546. OLE color: 5576546.

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

Color convert

RGB982385-
CMYK00.770.130.62
HSL310.4º61.98%23.73%-
HSV(B)310.4º76.53%38.43%-
XYZ6.983.878.97-
YUV52.49146.35160.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=47.57%
G=11.17%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98238500.770.130.62310.461.9823.73
Hex62175504DD3E1363e18
Octal14227125011515764667630
Binary110001010111101010101001101110111111010011011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621755; }

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

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

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

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

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

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

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

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