#641A68

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

Shades of Palatinate Purple #641A68

Tints of Palatinate Purple #641A68

Color information

#641A68 (or 0x641A68) is unknown color: approx Palatinate Purple. HEX triplet: 64, 1A and 68. RGB value is (100,26,104). Sum of RGB (Red+Green+Blue) = 100+26+104=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #641A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A68 is #9BE597. Grayscale: #383838. Windows color (decimal): -10216856 or 6822500. OLE color: 6822500.

HSL color Cylindrical-coordinate representation of color #641A68: hue angle of 296.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641A68 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10026104-
CMYK0.040.7500.59
HSL296.92º60%25.49%-
HSV(B)296.92º75%40.78%-
XYZ8.124.4513.53-
YUV57.02154.52158.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=43.48%
G=11.30%
B=45.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100261040.040.7500.59296.926025.49
Hex641A6844B03B1293c19
Octal1443215041130734517431
Binary11001001101011010001001001011011101110010100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641A68; }

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

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

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

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

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

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

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

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