Html Css Color HEX #641142 Tyrian Purple

📋 copy color: '#641142'

red 100 ◦ green 17 ◦ blue 66

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

Shades of Tyrian Purple #641142

Tints of Tyrian Purple #641142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 54.64%
G = 9.29%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#641142 (or 0x641142) is known color: Tyrian Purple. HEX triplet: 64, 11 and 42. RGB value is (100,17,66). Sum of RGB (Red+Green+Blue) = 100+17+66=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #641142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641142 is #9BEEBD. Grayscale: #2F2F2F. Windows color (decimal): -10219198 or 4329828. OLE color: 4329828.

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

Color convert

RGB 100 17 66 -
CMYK 0 0.83 0.34 0.61
HSL 324.58º 0.71% 0.23% -
HSV(B) 324.58º 0.83% 0.39% -
XYZ 6.44 3.5 5.49 -
YUV 47.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 100 17 66 0 0.83 0.34 0.61 324.58 0.71 0.23
Hex 64 11 42 0 53 22 3D 145 47 17
Octal 144 21 102 0 123 42 75 505 107 27
Binary 1100100 10001 1000010 0 1010011 100010 111101 101000101 1000111 10111

Color Harmonies of #641142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641142

Black with #641142

Text Example


Text Example

White with #641142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641142; }

 p { color: rgb(100,17,66); }

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

background-color css

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

 a { background-color: rgb(100,17,66); }

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

border-color css

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

 span { border-color: rgb(100,17,66); }

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