#610663

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

Shades of Palatinate Purple #610663

Tints of Palatinate Purple #610663

Color information

#610663 (or 0x610663) is unknown color: approx Palatinate Purple. HEX triplet: 61, 06 and 63. RGB value is (97,6,99). Sum of RGB (Red+Green+Blue) = 97+6+99=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #610663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610663 is #9EF99C. Grayscale: #2B2B2B. Windows color (decimal): -10418589 or 6489697. OLE color: 6489697.

HSL color Cylindrical-coordinate representation of color #610663: hue angle of 298.71º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610663 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB97699-
CMYK0.020.9400.61
HSL298.71º88.57%20.59%-
HSV(B)298.71º93.94%38.82%-
XYZ7.253.5712.11-
YUV43.81159.15165.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=48.02%
G=2.97%
B=49.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal976990.020.9400.61298.7188.5720.59
Hex6166325E03D12b5915
Octal1416143213607545313125
Binary110000111011000111010111100111101100101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610663; }

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

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

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

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

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

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

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

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