#641269

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

Shades of Palatinate Purple #641269

Tints of Palatinate Purple #641269

Color information

#641269 (or 0x641269) is unknown color: approx Palatinate Purple. HEX triplet: 64, 12 and 69. RGB value is (100,18,105). Sum of RGB (Red+Green+Blue) = 100+18+105=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #641269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641269 is #9BED96. Grayscale: #343434. Windows color (decimal): -10218903 or 6885988. OLE color: 6885988.

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

Color convert

RGB10018105-
CMYK0.050.8300.59
HSL296.55º70.73%24.12%-
HSV(B)296.55º82.86%41.18%-
XYZ8.024.1613.75-
YUV52.44157.67161.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=44.84%
G=8.07%
B=47.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100181050.050.8300.59296.5570.7324.12
Hex64126955303B1294718
Octal14422151512307345110730
Binary110010010010110100110110100110111011100101001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641269; }

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

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

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

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

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

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

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

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