Html Css Color HEX #640E3E Tyrian Purple

📋 copy color: '#640E3E'

red 100 ◦ green 14 ◦ blue 62

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

Shades of Tyrian Purple #640E3E

Tints of Tyrian Purple #640E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 56.82%
G = 7.95%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#640E3E (or 0x640E3E) is known color: Tyrian Purple. HEX triplet: 64, 0E and 3E. RGB value is (100,14,62). Sum of RGB (Red+Green+Blue) = 100+14+62=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #640E3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640E3E is #9BF1C1. Grayscale: #2D2D2D. Windows color (decimal): -10219970 or 4066916. OLE color: 4066916.

HSL color Cylindrical-coordinate representation of color #640E3E: hue angle of 326.51º 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 #640E3E is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 14 62 -
CMYK 0 0.86 0.38 0.61
HSL 326.51º 0.75% 0.22% -
HSV(B) 326.51º 0.86% 0.39% -
XYZ 6.28 3.37 4.88 -
YUV 45.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 100 14 62 0 0.86 0.38 0.61 326.51 0.75 0.22
Hex 64 E 3E 0 56 26 3D 147 4B 16
Octal 144 16 76 0 126 46 75 507 113 26
Binary 1100100 1110 111110 0 1010110 100110 111101 101000111 1001011 10110

Color Harmonies of #640E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640E3E

Black with #640E3E

Text Example


Text Example

White with #640E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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