Html Css Color HEX #640B3C Tyrian Purple

📋 copy color: '#640B3C'

red 100 ◦ green 11 ◦ blue 60

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

Shades of Tyrian Purple #640B3C

Tints of Tyrian Purple #640B3C

RGB

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

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

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

R = 58.48%
G = 6.43%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#640B3C (or 0x640B3C) is known color: Tyrian Purple. HEX triplet: 64, 0B and 3C. RGB value is (100,11,60). Sum of RGB (Red+Green+Blue) = 100+11+60=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #640B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640B3C is #9BF4C3. Grayscale: #2B2B2B. Windows color (decimal): -10220740 or 3935076. OLE color: 3935076.

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

Color convert

RGB 100 11 60 -
CMYK 0 0.89 0.4 0.61
HSL 326.97º 0.8% 0.22% -
HSV(B) 326.97º 0.89% 0.39% -
XYZ 6.19 3.27 4.58 -
YUV 43.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 100 11 60 0 0.89 0.4 0.61 326.97 0.8 0.22
Hex 64 B 3C 0 59 28 3D 147 50 16
Octal 144 13 74 0 131 50 75 507 120 26
Binary 1100100 1011 111100 0 1011001 101000 111101 101000111 1010000 10110

Color Harmonies of #640B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B3C

Black with #640B3C

Text Example


Text Example

White with #640B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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