#64025E

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

Shades of Palatinate Purple #64025E

Tints of Palatinate Purple #64025E

Color information

#64025E (or 0x64025E) is unknown color: approx Palatinate Purple. HEX triplet: 64, 02 and 5E. RGB value is (100,2,94). Sum of RGB (Red+Green+Blue) = 100+2+94=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64025E is #9BFDA1. Grayscale: #292929. Windows color (decimal): -10223010 or 6160996. OLE color: 6160996.

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

Color convert

RGB100294-
CMYK00.980.060.61
HSL303.67º96.08%20%-
HSV(B)303.67º98%39.22%-
XYZ7.33.5610.89-
YUV41.79157.47169.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=51.02%
G=1.02%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10029400.980.060.61303.6796.0820
Hex6425E06263D1306014
Octal1442136014267546014024
Binary110010010101111001100010110111101100110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64025E; }

 p { color: rgb(100,2,94); }

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

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

 a { background-color: rgb(100,2,94); }

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

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

 span { border-color: rgb(100,2,94); }

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