#640249

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

Shades of Tyrian Purple #640249

Tints of Tyrian Purple #640249

Color information

#640249 (or 0x640249) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 49. RGB value is (100,2,73). Sum of RGB (Red+Green+Blue) = 100+2+73=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #640249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640249 is #9BFDB6. Grayscale: #272727. Windows color (decimal): -10223031 or 4784740. OLE color: 4784740.

HSL color Cylindrical-coordinate representation of color #640249: hue angle of 316.53º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640249 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB100273-
CMYK00.980.270.61
HSL316.53º96.08%20%-
HSV(B)316.53º98%39.22%-
XYZ6.483.236.59-
YUV39.4146.97171.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=57.14%
G=1.14%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10027300.980.270.61316.5396.0820
Hex642490621B3D13d6014
Octal14421110142337547514024
Binary11001001010010010110001011011111101100111101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640249; }

 p { color: rgb(100,2,73); }

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

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

 a { background-color: rgb(100,2,73); }

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

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

 span { border-color: rgb(100,2,73); }

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