#641969

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

Shades of Palatinate Purple #641969

Tints of Palatinate Purple #641969

Color information

#641969 (or 0x641969) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 69. RGB value is (100,25,105). Sum of RGB (Red+Green+Blue) = 100+25+105=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #641969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641969 is #9BE696. Grayscale: #383838. Windows color (decimal): -10217111 or 6887780. OLE color: 6887780.

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

Color convert

RGB10025105-
CMYK0.050.7600.59
HSL296.25º61.54%25.49%-
HSV(B)296.25º76.19%41.18%-
XYZ8.154.4213.79-
YUV56.54155.35159-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=43.48%
G=10.87%
B=45.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100251050.050.7600.59296.2561.5425.49
Hex64196954C03B1283e19
Octal1443115151140734507631
Binary11001001100111010011011001100011101110010100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641969; }

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

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

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

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

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

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

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

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