#640B4D

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

Shades of Tyrian Purple #640B4D

Tints of Tyrian Purple #640B4D

Color information

#640B4D (or 0x640B4D) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0B and 4D. RGB value is (100,11,77). Sum of RGB (Red+Green+Blue) = 100+11+77=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #640B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B4D is #9BF4B2. Grayscale: #2C2C2C. Windows color (decimal): -10220723 or 5049188. OLE color: 5049188.

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

Color convert

RGB1001177-
CMYK00.890.230.61
HSL315.51º80.18%21.76%-
HSV(B)315.51º89%39.22%-
XYZ6.713.487.34-
YUV45.14145.99167.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.19%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=53.19%
G=5.85%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100117700.890.230.61315.5180.1821.76
Hex64B4D059173D13c5016
Octal144131150131277547412026
Binary1100100101110011010101100110111111101100111100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,11,77); }

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

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

 a { background-color: rgb(100,11,77); }

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

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

 span { border-color: rgb(100,11,77); }

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