Html Css Color HEX #640C2E Tyrian Purple

📋 copy color: '#640C2E'

red 100 ◦ green 12 ◦ blue 46

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

Shades of Tyrian Purple #640C2E

Tints of Tyrian Purple #640C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

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

R = 63.29%
G = 7.59%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#640C2E (or 0x640C2E) is known color: Tyrian Purple. HEX triplet: 64, 0C and 2E. RGB value is (100,12,46). Sum of RGB (Red+Green+Blue) = 100+12+46=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #640C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640C2E is #9BF3D1. Grayscale: #2A2A2A. Windows color (decimal): -10220498 or 3017828. OLE color: 3017828.

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

Color convert

RGB 100 12 46 -
CMYK 0 0.88 0.54 0.61
HSL 336.82º 0.79% 0.22% -
HSV(B) 336.82º 0.88% 0.39% -
XYZ 5.88 3.17 2.89 -
YUV 42.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 100 12 46 0 0.88 0.54 0.61 336.82 0.79 0.22
Hex 64 C 2E 0 58 36 3D 151 4F 16
Octal 144 14 56 0 130 66 75 521 117 26
Binary 1100100 1100 101110 0 1011000 110110 111101 101010001 1001111 10110

Color Harmonies of #640C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C2E

Black with #640C2E

Text Example


Text Example

White with #640C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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