#640F3D

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

Shades of Tyrian Purple #640F3D

Tints of Tyrian Purple #640F3D

Color information

#640F3D (or 0x640F3D) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0F and 3D. RGB value is (100,15,61). Sum of RGB (Red+Green+Blue) = 100+15+61=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #640F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640F3D is #9BF0C2. Grayscale: #2D2D2D. Windows color (decimal): -10219715 or 4001636. OLE color: 4001636.

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

Color convert

RGB1001561-
CMYK00.850.390.61
HSL327.53º73.91%22.55%-
HSV(B)327.53º85%39.22%-
XYZ6.273.394.74-
YUV45.66136.66166.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.82%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=56.82%
G=8.52%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100156100.850.390.61327.5373.9122.55
Hex64F3D055273D1484a17
Octal14417750125477551011227
Binary1100100111111110101010101100111111101101001000100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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