Html Css Color HEX #640142 Tyrian Purple

📋 copy color: '#640142'

red 100 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #640142

Tints of Tyrian Purple #640142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 59.88%
G = 0.6%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#640142 (or 0x640142) is known color: Tyrian Purple. HEX triplet: 64, 01 and 42. RGB value is (100,1,66). Sum of RGB (Red+Green+Blue) = 100+1+66=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #640142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640142 is #9BFEBD. Grayscale: #252525. Windows color (decimal): -10223294 or 4325732. OLE color: 4325732.

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

Color convert

RGB 100 1 66 -
CMYK 0 0.99 0.34 0.61
HSL 320.61º 0.98% 0.2% -
HSV(B) 320.61º 0.99% 0.39% -
XYZ 6.25 3.12 5.43 -
YUV 38.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 100 1 66 0 0.99 0.34 0.61 320.61 0.98 0.2
Hex 64 1 42 0 63 22 3D 141 62 14
Octal 144 1 102 0 143 42 75 501 142 24
Binary 1100100 1 1000010 0 1100011 100010 111101 101000001 1100010 10100

Color Harmonies of #640142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640142

Black with #640142

Text Example


Text Example

White with #640142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640142; }

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

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

background-color css

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

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

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

border-color css

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

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

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