#610C54

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

Shades of Palatinate Purple #610C54

Tints of Palatinate Purple #610C54

Color information

#610C54 (or 0x610C54) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0C and 54. RGB value is (97,12,84). Sum of RGB (Red+Green+Blue) = 97+12+84=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C54 is #9EF3AB. Grayscale: #2D2D2D. Windows color (decimal): -10417068 or 5508193. OLE color: 5508193.

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

Color convert

RGB971284-
CMYK00.880.130.62
HSL309.18º77.98%21.37%-
HSV(B)309.18º87.63%38.04%-
XYZ6.663.448.7-
YUV45.62149.66164.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=50.26%
G=6.22%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97128400.880.130.62309.1877.9821.37
Hex61C54058D3E1354e15
Octal141141240130157646511625
Binary110000111001010100010110001101111110100110101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610C54; }

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

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

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

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

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

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

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

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