#641767

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

Shades of Palatinate Purple #641767

Tints of Palatinate Purple #641767

Color information

#641767 (or 0x641767) is unknown color: approx Palatinate Purple. HEX triplet: 64, 17 and 67. RGB value is (100,23,103). Sum of RGB (Red+Green+Blue) = 100+23+103=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #641767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641767 is #9BE898. Grayscale: #363636. Windows color (decimal): -10217625 or 6756196. OLE color: 6756196.

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

Color convert

RGB10023103-
CMYK0.030.7800.60
HSL297.75º63.49%24.71%-
HSV(B)297.75º77.67%40.39%-
XYZ8.014.313.24-
YUV55.14155.01160-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=44.25%
G=10.18%
B=45.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100231030.030.7800.60297.7563.4924.71
Hex64176734E03C12a3f19
Octal1442714731160744527731
Binary1100100101111100111111001110011110010010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641767; }

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

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

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

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

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

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

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

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