#610954

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

Shades of Palatinate Purple #610954

Tints of Palatinate Purple #610954

Color information

#610954 (or 0x610954) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 54. RGB value is (97,9,84). Sum of RGB (Red+Green+Blue) = 97+9+84=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #610954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610954 is #9EF6AB. Grayscale: #2B2B2B. Windows color (decimal): -10417836 or 5507425. OLE color: 5507425.

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

Color convert

RGB97984-
CMYK00.910.130.62
HSL308.86º83.02%20.78%-
HSV(B)308.86º90.72%38.04%-
XYZ6.633.388.69-
YUV43.86150.65165.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=51.05%
G=4.74%
B=44.21%

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
Decimal9798400.910.130.62308.8683.0220.78
Hex6195405BD3E1355315
Octal141111240133157646512325
Binary110000110011010100010110111101111110100110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610954; }

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

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

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

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

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

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

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

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