#641069

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

Shades of Palatinate Purple #641069

Tints of Palatinate Purple #641069

Color information

#641069 (or 0x641069) is unknown color: approx Palatinate Purple. HEX triplet: 64, 10 and 69. RGB value is (100,16,105). Sum of RGB (Red+Green+Blue) = 100+16+105=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #641069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641069 is #9BEF96. Grayscale: #323232. Windows color (decimal): -10219415 or 6885476. OLE color: 6885476.

HSL color Cylindrical-coordinate representation of color #641069: hue angle of 296.63º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641069 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10016105-
CMYK0.050.8500.59
HSL296.63º73.55%23.73%-
HSV(B)296.63º84.76%41.18%-
XYZ7.994.113.73-
YUV51.26158.33162.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=45.25%
G=7.24%
B=47.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100161050.050.8500.59296.6373.5523.73
Hex64106955503B1294a18
Octal14420151512507345111230
Binary110010010000110100110110101010111011100101001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641069; }

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

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

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

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

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

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

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

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