#621955

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

Shades of Palatinate Purple #621955

Tints of Palatinate Purple #621955

Color information

#621955 (or 0x621955) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 55. RGB value is (98,25,85). Sum of RGB (Red+Green+Blue) = 98+25+85=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #621955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621955 is #9DE6AA. Grayscale: #353535. Windows color (decimal): -10348203 or 5577058. OLE color: 5577058.

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

Color convert

RGB982585-
CMYK00.740.130.62
HSL310.68º59.35%24.12%-
HSV(B)310.68º74.49%38.43%-
XYZ7.023.958.99-
YUV53.67145.68159.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=47.12%
G=12.02%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98258500.740.130.62310.6859.3524.12
Hex62195504AD3E1373b18
Octal14231125011215764677330
Binary110001011001101010101001010110111111010011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621955; }

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

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

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

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

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

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

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

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