Html Css Color HEX #640441 Tyrian Purple

📋 copy color: '#640441'

red 100 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #640441

Tints of Tyrian Purple #640441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

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

R = 59.17%
G = 2.37%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#640441 (or 0x640441) is known color: Tyrian Purple. HEX triplet: 64, 04 and 41. RGB value is (100,4,65). Sum of RGB (Red+Green+Blue) = 100+4+65=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #640441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640441 is #9BFBBE. Grayscale: #272727. Windows color (decimal): -10222527 or 4260964. OLE color: 4260964.

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

Color convert

RGB 100 4 65 -
CMYK 0 0.96 0.35 0.61
HSL 321.88º 0.92% 0.2% -
HSV(B) 321.88º 0.96% 0.39% -
XYZ 6.25 3.18 5.28 -
YUV 39.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 100 4 65 0 0.96 0.35 0.61 321.88 0.92 0.2
Hex 64 4 41 0 60 23 3D 142 5C 14
Octal 144 4 101 0 140 43 75 502 134 24
Binary 1100100 100 1000001 0 1100000 100011 111101 101000010 1011100 10100

Color Harmonies of #640441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640441

Black with #640441

Text Example


Text Example

White with #640441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640441; }

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

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

background-color css

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

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

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

border-color css

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

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

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