#64235C

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

Shades of Palatinate Purple #64235C

Tints of Palatinate Purple #64235C

Color information

#64235C (or 0x64235C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 23 and 5C. RGB value is (100,35,92). Sum of RGB (Red+Green+Blue) = 100+35+92=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64235C is #9BDCA3. Grayscale: #3C3C3C. Windows color (decimal): -10214564 or 6038372. OLE color: 6038372.

HSL color Cylindrical-coordinate representation of color #64235C: hue angle of 307.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64235C is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1003592-
CMYK00.650.080.61
HSL307.38º48.15%26.47%-
HSV(B)307.38º65%39.22%-
XYZ7.794.6810.62-
YUV60.93145.53155.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=44.05%
G=15.42%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100359200.650.080.61307.3848.1526.47
Hex64235C04183D133301a
Octal14443134010110754636032
Binary1100100100011101110001000001100011110110011001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64235C; }

 p { color: rgb(100,35,92); }

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

<style>
 a { background-color: #64235C; }

 a { background-color: rgb(100,35,92); }

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

<style>
 span { border-color: #64235C; }

 span { border-color: rgb(100,35,92); }

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