#640C3D

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

Shades of Tyrian Purple #640C3D

Tints of Tyrian Purple #640C3D

Color information

#640C3D (or 0x640C3D) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0C and 3D. RGB value is (100,12,61). Sum of RGB (Red+Green+Blue) = 100+12+61=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #640C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640C3D is #9BF3C2. Grayscale: #2B2B2B. Windows color (decimal): -10220483 or 4000868. OLE color: 4000868.

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

Color convert

RGB1001261-
CMYK00.880.390.61
HSL326.59º78.57%21.96%-
HSV(B)326.59º88%39.22%-
XYZ6.233.314.73-
YUV43.9137.65168.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=57.80%
G=6.94%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100126100.880.390.61326.5978.5721.96
Hex64C3D058273D1474f16
Octal14414750130477550711726
Binary1100100110011110101011000100111111101101000111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,12,61); }

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

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

 a { background-color: rgb(100,12,61); }

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

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

 span { border-color: rgb(100,12,61); }

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