#64126D

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

Shades of Palatinate Purple #64126D

Tints of Palatinate Purple #64126D

Color information

#64126D (or 0x64126D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 12 and 6D. RGB value is (100,18,109). Sum of RGB (Red+Green+Blue) = 100+18+109=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #64126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64126D is #9BED92. Grayscale: #343434. Windows color (decimal): -10218899 or 7148132. OLE color: 7148132.

HSL color Cylindrical-coordinate representation of color #64126D: hue angle of 294.07º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64126D is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10018109-
CMYK0.080.8300.57
HSL294.07º71.65%24.9%-
HSV(B)294.07º83.49%42.75%-
XYZ8.234.2514.85-
YUV52.89159.67161.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=44.05%
G=7.93%
B=48.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100181090.080.8300.57294.0771.6524.9
Hex64126D8530391264819
Octal144221551012307144611031
Binary1100100100101101101100010100110111001100100110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64126D; }

 p { color: rgb(100,18,109); }

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

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

 a { background-color: rgb(100,18,109); }

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

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

 span { border-color: rgb(100,18,109); }

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