Html Css Color HEX #640628 Tyrian Purple

📋 copy color: '#640628'

red 100 ◦ green 6 ◦ blue 40

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

Shades of Tyrian Purple #640628

Tints of Tyrian Purple #640628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 68.49%
G = 4.11%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#640628 (or 0x640628) is known color: Tyrian Purple. HEX triplet: 64, 06 and 28. RGB value is (100,6,40). Sum of RGB (Red+Green+Blue) = 100+6+40=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #640628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640628 is #9BF9D7. Grayscale: #252525. Windows color (decimal): -10222040 or 2623076. OLE color: 2623076.

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

Color convert

RGB 100 6 40 -
CMYK 0 0.94 0.6 0.61
HSL 338.3º 0.89% 0.21% -
HSV(B) 338.3º 0.94% 0.39% -
XYZ 5.7 2.99 2.28 -
YUV 37.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 100 6 40 0 0.94 0.6 0.61 338.3 0.89 0.21
Hex 64 6 28 0 5E 3C 3D 152 59 15
Octal 144 6 50 0 136 74 75 522 131 25
Binary 1100100 110 101000 0 1011110 111100 111101 101010010 1011001 10101

Color Harmonies of #640628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640628

Black with #640628

Text Example


Text Example

White with #640628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640628; }

 p { color: rgb(100,6,40); }

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

background-color css

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

 a { background-color: rgb(100,6,40); }

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

border-color css

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

 span { border-color: rgb(100,6,40); }

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