Html Css Color HEX #640429 Tyrian Purple

📋 copy color: '#640429'

red 100 ◦ green 4 ◦ blue 41

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

Shades of Tyrian Purple #640429

Tints of Tyrian Purple #640429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 68.97%
G = 2.76%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#640429 (or 0x640429) is known color: Tyrian Purple. HEX triplet: 64, 04 and 29. RGB value is (100,4,41). Sum of RGB (Red+Green+Blue) = 100+4+41=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #640429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640429 is #9BFBD6. Grayscale: #242424. Windows color (decimal): -10222551 or 2688100. OLE color: 2688100.

HSL color Cylindrical-coordinate representation of color #640429: hue angle of 336.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 #640429 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 41 -
CMYK 0 0.96 0.59 0.61
HSL 336.88º 0.92% 0.2% -
HSV(B) 336.88º 0.96% 0.39% -
XYZ 5.7 2.96 2.37 -
YUV 36.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 100 4 41 0 0.96 0.59 0.61 336.88 0.92 0.2
Hex 64 4 29 0 60 3B 3D 151 5C 14
Octal 144 4 51 0 140 73 75 521 134 24
Binary 1100100 100 101001 0 1100000 111011 111101 101010001 1011100 10100

Color Harmonies of #640429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640429

Black with #640429

Text Example


Text Example

White with #640429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640429; }

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

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

background-color css

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

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

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

border-color css

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

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

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