Html Css Color HEX #640841 Tyrian Purple

📋 copy color: '#640841'

red 100 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #640841

Tints of Tyrian Purple #640841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 57.8%
G = 4.62%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#640841 (or 0x640841) is known color: Tyrian Purple. HEX triplet: 64, 08 and 41. RGB value is (100,8,65). Sum of RGB (Red+Green+Blue) = 100+8+65=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #640841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640841 is #9BF7BE. Grayscale: #292929. Windows color (decimal): -10221503 or 4261988. OLE color: 4261988.

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

Color convert

RGB 100 8 65 -
CMYK 0 0.92 0.35 0.61
HSL 322.83º 0.85% 0.21% -
HSV(B) 322.83º 0.92% 0.39% -
XYZ 6.3 3.26 5.3 -
YUV 42.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 100 8 65 0 0.92 0.35 0.61 322.83 0.85 0.21
Hex 64 8 41 0 5C 23 3D 143 55 15
Octal 144 10 101 0 134 43 75 503 125 25
Binary 1100100 1000 1000001 0 1011100 100011 111101 101000011 1010101 10101

Color Harmonies of #640841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640841

Black with #640841

Text Example


Text Example

White with #640841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640841; }

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

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

background-color css

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

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

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

border-color css

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

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

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