#641967

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

Shades of Palatinate Purple #641967

Tints of Palatinate Purple #641967

Color information

#641967 (or 0x641967) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 67. RGB value is (100,25,103). Sum of RGB (Red+Green+Blue) = 100+25+103=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #641967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641967 is #9BE698. Grayscale: #383838. Windows color (decimal): -10217113 or 6756708. OLE color: 6756708.

HSL color Cylindrical-coordinate representation of color #641967: hue angle of 297.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641967 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10025103-
CMYK0.030.7600.60
HSL297.69º60.94%25.1%-
HSV(B)297.69º75.73%40.39%-
XYZ8.054.3813.25-
YUV56.32154.35159.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=43.86%
G=10.96%
B=45.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100251030.030.7600.60297.6960.9425.1
Hex64196734C03C12a3d19
Octal1443114731140744527531
Binary1100100110011100111111001100011110010010101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641967; }

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

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

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

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

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

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

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

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