Html Css Color HEX #640146 Tyrian Purple

📋 copy color: '#640146'

red 100 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #640146

Tints of Tyrian Purple #640146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 58.48%
G = 0.58%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#640146 (or 0x640146) is known color: Tyrian Purple. HEX triplet: 64, 01 and 46. RGB value is (100,1,70). Sum of RGB (Red+Green+Blue) = 100+1+70=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #640146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640146 is #9BFEB9. Grayscale: #262626. Windows color (decimal): -10223290 or 4587876. OLE color: 4587876.

HSL color Cylindrical-coordinate representation of color #640146: hue angle of 318.18º 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 #640146 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 1 70 -
CMYK 0 0.99 0.30 0.61
HSL 318.18º 0.98% 0.2% -
HSV(B) 318.18º 0.99% 0.39% -
XYZ 6.37 3.17 6.07 -
YUV 38.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 100 1 70 0 0.99 0.30 0.61 318.18 0.98 0.2
Hex 64 1 46 0 63 1E 3D 13E 62 14
Octal 144 1 106 0 143 36 75 476 142 24
Binary 1100100 1 1000110 0 1100011 11110 111101 100111110 1100010 10100

Color Harmonies of #640146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640146

Black with #640146

Text Example


Text Example

White with #640146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640146; }

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

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

background-color css

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

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

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

border-color css

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

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

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