Html Css Color HEX #640D3C Tyrian Purple

📋 copy color: '#640D3C'

red 100 ◦ green 13 ◦ blue 60

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

Shades of Tyrian Purple #640D3C

Tints of Tyrian Purple #640D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 57.8%
G = 7.51%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#640D3C (or 0x640D3C) is known color: Tyrian Purple. HEX triplet: 64, 0D and 3C. RGB value is (100,13,60). Sum of RGB (Red+Green+Blue) = 100+13+60=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #640D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640D3C is #9BF2C3. Grayscale: #2C2C2C. Windows color (decimal): -10220228 or 3935588. OLE color: 3935588.

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

Color convert

RGB 100 13 60 -
CMYK 0 0.87 0.4 0.61
HSL 327.59º 0.77% 0.22% -
HSV(B) 327.59º 0.87% 0.39% -
XYZ 6.22 3.32 4.59 -
YUV 44.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 100 13 60 0 0.87 0.4 0.61 327.59 0.77 0.22
Hex 64 D 3C 0 57 28 3D 148 4D 16
Octal 144 15 74 0 127 50 75 510 115 26
Binary 1100100 1101 111100 0 1010111 101000 111101 101001000 1001101 10110

Color Harmonies of #640D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640D3C

Black with #640D3C

Text Example


Text Example

White with #640D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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