#611064

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

Shades of Palatinate Purple #611064

Tints of Palatinate Purple #611064

Color information

#611064 (or 0x611064) is unknown color: approx Palatinate Purple. HEX triplet: 61, 10 and 64. RGB value is (97,16,100). Sum of RGB (Red+Green+Blue) = 97+16+100=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #611064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611064 is #9EEF9B. Grayscale: #313131. Windows color (decimal): -10416028 or 6557793. OLE color: 6557793.

HSL color Cylindrical-coordinate representation of color #611064: hue angle of 297.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611064 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9716100-
CMYK0.030.8400.61
HSL297.86º72.41%22.75%-
HSV(B)297.86º84%39.22%-
XYZ7.423.8312.41-
YUV49.79156.34161.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=45.54%
G=7.51%
B=46.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97161000.030.8400.61297.8672.4122.75
Hex61106435403D12a4817
Octal14120144312407545211027
Binary11000011000011001001110101000111101100101010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611064; }

 p { color: rgb(97,16,100); }

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

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

 a { background-color: rgb(97,16,100); }

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

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

 span { border-color: rgb(97,16,100); }

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