#640932

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

Shades of Tyrian Purple #640932

Tints of Tyrian Purple #640932

Color information

#640932 (or 0x640932) is unknown color: approx Tyrian Purple. HEX triplet: 64, 09 and 32. RGB value is (100,9,50). Sum of RGB (Red+Green+Blue) = 100+9+50=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #640932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640932 is #9BF6CD. Grayscale: #282828. Windows color (decimal): -10221262 or 3279204. OLE color: 3279204.

HSL color Cylindrical-coordinate representation of color #640932: hue angle of 332.97º 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 #640932 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB100950-
CMYK00.910.500.61
HSL332.97º83.49%21.37%-
HSV(B)332.97º91%39.22%-
XYZ5.933.133.31-
YUV40.88133.15170.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=62.89%
G=5.66%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10095000.910.500.61332.9783.4921.37
Hex6493205B323D14d5315
Octal14411620133627551512325
Binary1100100100111001001011011110010111101101001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640932; }

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

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

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

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

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

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

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

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