#64255A

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

Shades of Palatinate Purple #64255A

Tints of Palatinate Purple #64255A

Color information

#64255A (or 0x64255A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 25 and 5A. RGB value is (100,37,90). Sum of RGB (Red+Green+Blue) = 100+37+90=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64255A is #9BDAA5. Grayscale: #3D3D3D. Windows color (decimal): -10214054 or 5907812. OLE color: 5907812.

HSL color Cylindrical-coordinate representation of color #64255A: hue angle of 309.52º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64255A is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1003790-
CMYK00.630.100.61
HSL309.52º45.99%26.86%-
HSV(B)309.52º63%39.22%-
XYZ7.764.7710.18-
YUV61.88143.87155.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=44.05%
G=16.30%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100379000.630.100.61309.5245.9926.86
Hex64255A03FA3D1362e1b
Octal1444513207712754665633
Binary110010010010110110100111111101011110110011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64255A; }

 p { color: rgb(100,37,90); }

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

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

 a { background-color: rgb(100,37,90); }

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

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

 span { border-color: rgb(100,37,90); }

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