Html Css Color HEX #641031 Tyrian Purple

📋 copy color: '#641031'

red 100 ◦ green 16 ◦ blue 49

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

Shades of Tyrian Purple #641031

Tints of Tyrian Purple #641031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 60.61%
G = 9.7%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#641031 (or 0x641031) is known color: Tyrian Purple. HEX triplet: 64, 10 and 31. RGB value is (100,16,49). Sum of RGB (Red+Green+Blue) = 100+16+49=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #641031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641031 is #9BEFCE. Grayscale: #2C2C2C. Windows color (decimal): -10219471 or 3215460. OLE color: 3215460.

HSL color Cylindrical-coordinate representation of color #641031: hue angle of 336.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641031 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 16 49 -
CMYK 0 0.84 0.51 0.61
HSL 336.43º 0.72% 0.23% -
HSV(B) 336.43º 0.84% 0.39% -
XYZ 6 3.3 3.23 -
YUV 44.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 100 16 49 0 0.84 0.51 0.61 336.43 0.72 0.23
Hex 64 10 31 0 54 33 3D 150 48 17
Octal 144 20 61 0 124 63 75 520 110 27
Binary 1100100 10000 110001 0 1010100 110011 111101 101010000 1001000 10111

Color Harmonies of #641031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641031

Black with #641031

Text Example


Text Example

White with #641031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641031; }

 p { color: rgb(100,16,49); }

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

background-color css

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

 a { background-color: rgb(100,16,49); }

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

border-color css

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

 span { border-color: rgb(100,16,49); }

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