#641869

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

Shades of Palatinate Purple #641869

Tints of Palatinate Purple #641869

Color information

#641869 (or 0x641869) is unknown color: approx Palatinate Purple. HEX triplet: 64, 18 and 69. RGB value is (100,24,105). Sum of RGB (Red+Green+Blue) = 100+24+105=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #641869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641869 is #9BE796. Grayscale: #373737. Windows color (decimal): -10217367 or 6887524. OLE color: 6887524.

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

Color convert

RGB10024105-
CMYK0.050.7700.59
HSL296.3º62.79%25.29%-
HSV(B)296.3º77.14%41.18%-
XYZ8.134.3813.78-
YUV55.96155.68159.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=43.67%
G=10.48%
B=45.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100241050.050.7700.59296.362.7925.29
Hex64186954D03B1283f19
Octal1443015151150734507731
Binary11001001100011010011011001101011101110010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641869; }

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

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

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

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

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

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

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

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