#64315A

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

Shades of Palatinate Purple #64315A

Tints of Palatinate Purple #64315A

Color information

#64315A (or 0x64315A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 31 and 5A. RGB value is (100,49,90). Sum of RGB (Red+Green+Blue) = 100+49+90=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #64315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64315A is #9BCEA5. Grayscale: #444444. Windows color (decimal): -10210982 or 5910884. OLE color: 5910884.

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

Color convert

RGB1004990-
CMYK00.510.100.61
HSL311.76º34.23%29.22%-
HSV(B)311.76º51%39.22%-
XYZ8.25.6410.33-
YUV68.92139.9150.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.84%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=41.84%
G=20.50%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100499000.510.100.61311.7634.2329.22
Hex64315A033A3D138221d
Octal1446113206312754704235
Binary110010011000110110100110011101011110110011100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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