#641868

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

Shades of Palatinate Purple #641868

Tints of Palatinate Purple #641868

Color information

#641868 (or 0x641868) is unknown color: approx Palatinate Purple. HEX triplet: 64, 18 and 68. RGB value is (100,24,104). Sum of RGB (Red+Green+Blue) = 100+24+104=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #641868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641868 is #9BE797. Grayscale: #373737. Windows color (decimal): -10217368 or 6821988. OLE color: 6821988.

HSL color Cylindrical-coordinate representation of color #641868: hue angle of 297º degrees, saturation: 0.62, 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 #641868 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10024104-
CMYK0.040.7700.59
HSL297º62.5%25.1%-
HSV(B)297º76.92%40.78%-
XYZ8.084.3613.51-
YUV55.84155.18159.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=43.86%
G=10.53%
B=45.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100241040.040.7700.5929762.525.1
Hex64186844D03B1293e19
Octal1443015041150734517631
Binary11001001100011010001001001101011101110010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641868; }

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

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

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

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

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

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

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

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