#640D50

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

Shades of Tyrian Purple #640D50

Tints of Tyrian Purple #640D50

Color information

#640D50 (or 0x640D50) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0D and 50. RGB value is (100,13,80). Sum of RGB (Red+Green+Blue) = 100+13+80=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #640D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D50 is #9BF2AF. Grayscale: #2E2E2E. Windows color (decimal): -10220208 or 5246308. OLE color: 5246308.

HSL color Cylindrical-coordinate representation of color #640D50: hue angle of 313.79º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640D50 is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB1001380-
CMYK00.870.20.61
HSL313.79º76.99%22.16%-
HSV(B)313.79º87%39.22%-
XYZ6.853.587.92-
YUV46.65146.82166.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.81%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=51.81%
G=6.74%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100138000.870.20.61313.7976.9922.16
Hex64D50057143D13a4d16
Octal144151200127247547211526
Binary1100100110110100000101011110100111101100111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640D50; }

 p { color: rgb(100,13,80); }

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

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

 a { background-color: rgb(100,13,80); }

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

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

 span { border-color: rgb(100,13,80); }

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