#620955

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

Shades of Palatinate Purple #620955

Tints of Palatinate Purple #620955

Color information

#620955 (or 0x620955) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 55. RGB value is (98,9,85). Sum of RGB (Red+Green+Blue) = 98+9+85=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #620955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620955 is #9DF6AA. Grayscale: #2C2C2C. Windows color (decimal): -10352299 or 5572962. OLE color: 5572962.

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

Color convert

RGB98985-
CMYK00.910.130.62
HSL308.76º83.18%20.98%-
HSV(B)308.76º90.82%38.43%-
XYZ6.773.458.9-
YUV44.28150.99166.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=51.04%
G=4.69%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9898500.910.130.62308.7683.1820.98
Hex6295505BD3E1355315
Octal142111250133157646512325
Binary110001010011010101010110111101111110100110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620955; }

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

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

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

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

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

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

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

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