#64235E

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

Shades of Palatinate Purple #64235E

Tints of Palatinate Purple #64235E

Color information

#64235E (or 0x64235E) is unknown color: approx Palatinate Purple. HEX triplet: 64, 23 and 5E. RGB value is (100,35,94). Sum of RGB (Red+Green+Blue) = 100+35+94=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64235E is #9BDCA1. Grayscale: #3C3C3C. Windows color (decimal): -10214562 or 6169444. OLE color: 6169444.

HSL color Cylindrical-coordinate representation of color #64235E: hue angle of 305.54º 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 #64235E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1003594-
CMYK00.650.060.61
HSL305.54º48.15%26.47%-
HSV(B)305.54º65%39.22%-
XYZ7.884.7211.09-
YUV61.16146.53155.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=43.67%
G=15.28%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100359400.650.060.61305.5448.1526.47
Hex64235E04163D132301a
Octal1444313601016754626032
Binary110010010001110111100100000111011110110011001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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