Html Css Color HEX #640E3D Tyrian Purple

📋 copy color: '#640E3D'

red 100 ◦ green 14 ◦ blue 61

#640E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #640E3D

Tints of Tyrian Purple #640E3D

RGB

 RED value IS 100 (39.45% from 255) = 57.14%

 GREEN value IS 14 (5.86% from 255) = 8%

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 57.14%
G = 8%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#640E3D (or 0x640E3D) is known color: Tyrian Purple. HEX triplet: 64, 0E and 3D. RGB value is (100,14,61). Sum of RGB (Red+Green+Blue) = 100+14+61=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #640E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640E3D is #9BF1C2. Grayscale: #2C2C2C. Windows color (decimal): -10219971 or 4001380. OLE color: 4001380.

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

Color convert

RGB 100 14 61 -
CMYK 0 0.86 0.39 0.61
HSL 327.21º 0.75% 0.22% -
HSV(B) 327.21º 0.86% 0.39% -
XYZ 6.25 3.36 4.73 -
YUV 45.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 100 14 61 0 0.86 0.39 0.61 327.21 0.75 0.22
Hex 64 E 3D 0 56 27 3D 147 4B 16
Octal 144 16 75 0 126 47 75 507 113 26
Binary 1100100 1110 111101 0 1010110 100111 111101 101000111 1001011 10110

Color Harmonies of #640E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640E3D

Black with #640E3D

Text Example


Text Example

White with #640E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #640E3D;
 }
 .AnyTagClassName
 {
   color: #640E3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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