#610955

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

Shades of Palatinate Purple #610955

Tints of Palatinate Purple #610955

Color information

#610955 (or 0x610955) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 55. RGB value is (97,9,85). Sum of RGB (Red+Green+Blue) = 97+9+85=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #610955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610955 is #9EF6AA. Grayscale: #2B2B2B. Windows color (decimal): -10417835 or 5572961. OLE color: 5572961.

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

Color convert

RGB97985-
CMYK00.910.120.62
HSL308.18º83.02%20.78%-
HSV(B)308.18º90.72%38.04%-
XYZ6.673.398.9-
YUV43.98151.15165.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=50.79%
G=4.71%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798500.910.120.62308.1883.0220.78
Hex6195505BC3E1345315
Octal141111250133147646412325
Binary110000110011010101010110111100111110100110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610955; }

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

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

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

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

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

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

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

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