#641369

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

Shades of Palatinate Purple #641369

Tints of Palatinate Purple #641369

Color information

#641369 (or 0x641369) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 69. RGB value is (100,19,105). Sum of RGB (Red+Green+Blue) = 100+19+105=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #641369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641369 is #9BEC96. Grayscale: #343434. Windows color (decimal): -10218647 or 6886244. OLE color: 6886244.

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

Color convert

RGB10019105-
CMYK0.050.8200.59
HSL296.51º69.35%24.31%-
HSV(B)296.51º81.9%41.18%-
XYZ8.044.1913.75-
YUV53.02157.34161.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=44.64%
G=8.48%
B=46.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100191050.050.8200.59296.5169.3524.31
Hex64136955203B1294518
Octal14423151512207345110530
Binary110010010011110100110110100100111011100101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641369; }

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

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

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

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

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

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

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

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