#641861

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

Shades of Palatinate Purple #641861

Tints of Palatinate Purple #641861

Color information

#641861 (or 0x641861) is unknown color: approx Palatinate Purple. HEX triplet: 64, 18 and 61. RGB value is (100,24,97). Sum of RGB (Red+Green+Blue) = 100+24+97=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #641861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641861 is #9BE79E. Grayscale: #363636. Windows color (decimal): -10217375 or 6363236. OLE color: 6363236.

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

Color convert

RGB1002497-
CMYK00.760.030.61
HSL302.37º61.29%24.31%-
HSV(B)302.37º76%39.22%-
XYZ7.744.2311.72-
YUV55.05151.68160.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=45.25%
G=10.86%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100249700.760.030.61302.3761.2924.31
Hex64186104C33D12e3d18
Octal1443014101143754567530
Binary1100100110001100001010011001111110110010111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641861; }

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

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

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

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

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

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

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

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