#64145F

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

Shades of Palatinate Purple #64145F

Tints of Palatinate Purple #64145F

Color information

#64145F (or 0x64145F) is unknown color: approx Palatinate Purple. HEX triplet: 64, 14 and 5F. RGB value is (100,20,95). Sum of RGB (Red+Green+Blue) = 100+20+95=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64145F is #9BEBA0. Grayscale: #343434. Windows color (decimal): -10218401 or 6231140. OLE color: 6231140.

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

Color convert

RGB1002095-
CMYK00.80.050.61
HSL303.75º66.67%23.53%-
HSV(B)303.75º80%39.22%-
XYZ7.574.0411.21-
YUV52.47152161.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=46.51%
G=9.30%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100209500.80.050.61303.7566.6723.53
Hex64145F05053D1304318
Octal14424137012057546010330
Binary110010010100101111101010000101111101100110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64145F; }

 p { color: rgb(100,20,95); }

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

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

 a { background-color: rgb(100,20,95); }

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

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

 span { border-color: rgb(100,20,95); }

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