#64015D

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

Shades of Palatinate Purple #64015D

Tints of Palatinate Purple #64015D

Color information

#64015D (or 0x64015D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 01 and 5D. RGB value is (100,1,93). Sum of RGB (Red+Green+Blue) = 100+1+93=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64015D is #9BFEA2. Grayscale: #282828. Windows color (decimal): -10223267 or 6095204. OLE color: 6095204.

HSL color Cylindrical-coordinate representation of color #64015D: hue angle of 304.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64015D is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB100193-
CMYK00.990.070.61
HSL304.24º98.02%19.8%-
HSV(B)304.24º99%39.22%-
XYZ7.243.5210.65-
YUV41.09157.3170.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.55%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=51.55%
G=0.52%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10019300.990.070.61304.2498.0219.8
Hex6415D06373D1306214
Octal1441135014377546014224
Binary11001001101110101100011111111101100110000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,1,93); }

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

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

 a { background-color: rgb(100,1,93); }

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

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

 span { border-color: rgb(100,1,93); }

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