#610965

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

Shades of Palatinate Purple #610965

Tints of Palatinate Purple #610965

Color information

#610965 (or 0x610965) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 65. RGB value is (97,9,101). Sum of RGB (Red+Green+Blue) = 97+9+101=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #610965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610965 is #9EF69A. Grayscale: #2D2D2D. Windows color (decimal): -10417819 or 6621537. OLE color: 6621537.

HSL color Cylindrical-coordinate representation of color #610965: hue angle of 297.39º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610965 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB979101-
CMYK0.040.9100.60
HSL297.39º83.64%21.57%-
HSV(B)297.39º91.09%39.61%-
XYZ7.383.6812.63-
YUV45.8159.15164.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=46.86%
G=4.35%
B=48.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9791010.040.9100.60297.3983.6421.57
Hex6196545B03C1295416
Octal14111145413307445112426
Binary11000011001110010110010110110111100100101001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610965; }

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

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

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

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

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

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

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

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