Html Css Color HEX #640139 Tyrian Purple

📋 copy color: '#640139'

red 100 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #640139

Tints of Tyrian Purple #640139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 57 (22.66% from 255) = 36.08%

R = 63.29%
G = 0.63%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#640139 (or 0x640139) is known color: Tyrian Purple. HEX triplet: 64, 01 and 39. RGB value is (100,1,57). Sum of RGB (Red+Green+Blue) = 100+1+57=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #640139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640139 is #9BFEC6. Grayscale: #242424. Windows color (decimal): -10223303 or 3735908. OLE color: 3735908.

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

Color convert

RGB 100 1 57 -
CMYK 0 0.99 0.43 0.61
HSL 326.06º 0.98% 0.2% -
HSV(B) 326.06º 0.99% 0.39% -
XYZ 6 3.03 4.14 -
YUV 36.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 100 1 57 0 0.99 0.43 0.61 326.06 0.98 0.2
Hex 64 1 39 0 63 2B 3D 146 62 14
Octal 144 1 71 0 143 53 75 506 142 24
Binary 1100100 1 111001 0 1100011 101011 111101 101000110 1100010 10100

Color Harmonies of #640139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640139

Black with #640139

Text Example


Text Example

White with #640139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640139; }

 p { color: rgb(100,1,57); }

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

background-color css

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

 a { background-color: rgb(100,1,57); }

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

border-color css

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

 span { border-color: rgb(100,1,57); }

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