#610F63

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

Shades of Palatinate Purple #610F63

Tints of Palatinate Purple #610F63

Color information

#610F63 (or 0x610F63) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0F and 63. RGB value is (97,15,99). Sum of RGB (Red+Green+Blue) = 97+15+99=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #610F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F63 is #9EF09C. Grayscale: #303030. Windows color (decimal): -10416285 or 6492001. OLE color: 6492001.

HSL color Cylindrical-coordinate representation of color #610F63: hue angle of 298.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F63 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB971599-
CMYK0.020.8500.61
HSL298.57º73.68%22.35%-
HSV(B)298.57º84.85%38.82%-
XYZ7.353.7812.15-
YUV49.09156.17162.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=45.97%
G=7.11%
B=46.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9715990.020.8500.61298.5773.6822.35
Hex61F6325503D12b4a16
Octal14117143212507545311226
Binary1100001111111000111010101010111101100101011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,15,99); }

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

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

 a { background-color: rgb(97,15,99); }

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

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

 span { border-color: rgb(97,15,99); }

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