#610D60

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

Shades of Palatinate Purple #610D60

Tints of Palatinate Purple #610D60

Color information

#610D60 (or 0x610D60) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0D and 60. RGB value is (97,13,96). Sum of RGB (Red+Green+Blue) = 97+13+96=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #610D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D60 is #9EF29F. Grayscale: #2F2F2F. Windows color (decimal): -10416800 or 6294881. OLE color: 6294881.

HSL color Cylindrical-coordinate representation of color #610D60: hue angle of 300.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D60 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB971396-
CMYK00.870.010.62
HSL300.71º76.36%21.57%-
HSV(B)300.71º86.6%38.04%-
XYZ7.193.6711.4-
YUV47.58155.33163.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=47.09%
G=6.31%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97139600.870.010.62300.7176.3621.57
Hex61D6005713E12d4c16
Octal14115140012717645511426
Binary110000111011100000010101111111110100101101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,13,96); }

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

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

 a { background-color: rgb(97,13,96); }

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

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

 span { border-color: rgb(97,13,96); }

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