Html Css Color HEX #640229 Tyrian Purple

📋 copy color: '#640229'

red 100 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #640229

Tints of Tyrian Purple #640229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 69.93%
G = 1.4%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#640229 (or 0x640229) is known color: Tyrian Purple. HEX triplet: 64, 02 and 29. RGB value is (100,2,41). Sum of RGB (Red+Green+Blue) = 100+2+41=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #640229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640229 is #9BFDD6. Grayscale: #232323. Windows color (decimal): -10223063 or 2687588. OLE color: 2687588.

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

Color convert

RGB 100 2 41 -
CMYK 0 0.98 0.59 0.61
HSL 336.12º 0.96% 0.2% -
HSV(B) 336.12º 0.98% 0.39% -
XYZ 5.68 2.91 2.36 -
YUV 35.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 100 2 41 0 0.98 0.59 0.61 336.12 0.96 0.2
Hex 64 2 29 0 62 3B 3D 150 60 14
Octal 144 2 51 0 142 73 75 520 140 24
Binary 1100100 10 101001 0 1100010 111011 111101 101010000 1100000 10100

Color Harmonies of #640229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640229

Black with #640229

Text Example


Text Example

White with #640229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640229; }

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

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

background-color css

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

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

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

border-color css

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

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

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