#64095C

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

Shades of Palatinate Purple #64095C

Tints of Palatinate Purple #64095C

Color information

#64095C (or 0x64095C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 09 and 5C. RGB value is (100,9,92). Sum of RGB (Red+Green+Blue) = 100+9+92=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64095C is #9BF6A3. Grayscale: #2D2D2D. Windows color (decimal): -10221220 or 6031716. OLE color: 6031716.

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

Color convert

RGB100992-
CMYK00.910.080.61
HSL305.27º83.49%21.37%-
HSV(B)305.27º91%39.22%-
XYZ7.283.6810.45-
YUV45.67154.15166.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=49.75%
G=4.48%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10099200.910.080.61305.2783.4921.37
Hex6495C05B83D1315315
Octal144111340133107546112325
Binary110010010011011100010110111000111101100110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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