Html Css Color HEX #640B4C Tyrian Purple

📋 copy color: '#640B4C'

red 100 ◦ green 11 ◦ blue 76

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

Shades of Tyrian Purple #640B4C

Tints of Tyrian Purple #640B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 53.48%
G = 5.88%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#640B4C (or 0x640B4C) is known color: Tyrian Purple. HEX triplet: 64, 0B and 4C. RGB value is (100,11,76). Sum of RGB (Red+Green+Blue) = 100+11+76=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #640B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640B4C is #9BF4B3. Grayscale: #2C2C2C. Windows color (decimal): -10220724 or 4983652. OLE color: 4983652.

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

Color convert

RGB 100 11 76 -
CMYK 0 0.89 0.24 0.61
HSL 316.18º 0.8% 0.22% -
HSV(B) 316.18º 0.89% 0.39% -
XYZ 6.68 3.47 7.16 -
YUV 45.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 100 11 76 0 0.89 0.24 0.61 316.18 0.8 0.22
Hex 64 B 4C 0 59 18 3D 13C 50 16
Octal 144 13 114 0 131 30 75 474 120 26
Binary 1100100 1011 1001100 0 1011001 11000 111101 100111100 1010000 10110

Color Harmonies of #640B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B4C

Black with #640B4C

Text Example


Text Example

White with #640B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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