Html Css Color HEX #640D2F Tyrian Purple

📋 copy color: '#640D2F'

red 100 ◦ green 13 ◦ blue 47

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

Shades of Tyrian Purple #640D2F

Tints of Tyrian Purple #640D2F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.13%

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 62.5%
G = 8.13%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#640D2F (or 0x640D2F) is known color: Tyrian Purple. HEX triplet: 64, 0D and 2F. RGB value is (100,13,47). Sum of RGB (Red+Green+Blue) = 100+13+47=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #640D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640D2F is #9BF2D0. Grayscale: #2A2A2A. Windows color (decimal): -10220241 or 3083620. OLE color: 3083620.

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

Color convert

RGB 100 13 47 -
CMYK 0 0.87 0.53 0.61
HSL 336.55º 0.77% 0.22% -
HSV(B) 336.55º 0.87% 0.39% -
XYZ 5.91 3.2 3 -
YUV 42.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 100 13 47 0 0.87 0.53 0.61 336.55 0.77 0.22
Hex 64 D 2F 0 57 35 3D 151 4D 16
Octal 144 15 57 0 127 65 75 521 115 26
Binary 1100100 1101 101111 0 1010111 110101 111101 101010001 1001101 10110

Color Harmonies of #640D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640D2F

Black with #640D2F

Text Example


Text Example

White with #640D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,47); }

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

background-color css

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

 a { background-color: rgb(100,13,47); }

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

border-color css

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

 span { border-color: rgb(100,13,47); }

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