Html Css Color HEX #640B2E Tyrian Purple

📋 copy color: '#640B2E'

red 100 ◦ green 11 ◦ blue 46

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

Shades of Tyrian Purple #640B2E

Tints of Tyrian Purple #640B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.01%

 BLUE value IS 46 (18.36% from 255) = 29.3%

R = 63.69%
G = 7.01%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#640B2E (or 0x640B2E) is known color: Tyrian Purple. HEX triplet: 64, 0B and 2E. RGB value is (100,11,46). Sum of RGB (Red+Green+Blue) = 100+11+46=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #640B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640B2E is #9BF4D1. Grayscale: #292929. Windows color (decimal): -10220754 or 3017572. OLE color: 3017572.

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

Color convert

RGB 100 11 46 -
CMYK 0 0.89 0.54 0.61
HSL 336.4º 0.8% 0.22% -
HSV(B) 336.4º 0.89% 0.39% -
XYZ 5.87 3.15 2.88 -
YUV 41.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 100 11 46 0 0.89 0.54 0.61 336.4 0.8 0.22
Hex 64 B 2E 0 59 36 3D 150 50 16
Octal 144 13 56 0 131 66 75 520 120 26
Binary 1100100 1011 101110 0 1011001 110110 111101 101010000 1010000 10110

Color Harmonies of #640B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B2E

Black with #640B2E

Text Example


Text Example

White with #640B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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