Html Css Color HEX #640141 Tyrian Purple

📋 copy color: '#640141'

red 100 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #640141

Tints of Tyrian Purple #640141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 60.24%
G = 0.6%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#640141 (or 0x640141) is known color: Tyrian Purple. HEX triplet: 64, 01 and 41. RGB value is (100,1,65). Sum of RGB (Red+Green+Blue) = 100+1+65=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #640141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640141 is #9BFEBE. Grayscale: #252525. Windows color (decimal): -10223295 or 4260196. OLE color: 4260196.

HSL color Cylindrical-coordinate representation of color #640141: hue angle of 321.21º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640141 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 1 65 -
CMYK 0 0.99 0.35 0.61
HSL 321.21º 0.98% 0.2% -
HSV(B) 321.21º 0.99% 0.39% -
XYZ 6.22 3.11 5.27 -
YUV 37.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 100 1 65 0 0.99 0.35 0.61 321.21 0.98 0.2
Hex 64 1 41 0 63 23 3D 141 62 14
Octal 144 1 101 0 143 43 75 501 142 24
Binary 1100100 1 1000001 0 1100011 100011 111101 101000001 1100010 10100

Color Harmonies of #640141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640141

Black with #640141

Text Example


Text Example

White with #640141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640141; }

 p { color: rgb(100,1,65); }

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

background-color css

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

 a { background-color: rgb(100,1,65); }

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

border-color css

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

 span { border-color: rgb(100,1,65); }

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