Html Css Color HEX #640050 Tyrian Purple

📋 copy color: '#640050'

red 100 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #640050

Tints of Tyrian Purple #640050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#640050 (or 0x640050) is known color: Tyrian Purple. HEX triplet: 64, 00 and 50. RGB value is (100,0,80). Sum of RGB (Red+Green+Blue) = 100+0+80=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #640050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640050 is #9BFFAF. Grayscale: #262626. Windows color (decimal): -10223536 or 5242980. OLE color: 5242980.

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

Color convert

RGB 100 0 80 -
CMYK 0 1 0.2 0.61
HSL 312º 1% 0.2% -
HSV(B) 312º 1% 0.39% -
XYZ 6.7 3.29 7.87 -
YUV 39.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 100 0 80 0 1 0.2 0.61 312 1 0.2
Hex 64 0 50 0 64 14 3D 138 64 14
Octal 144 0 120 0 144 24 75 470 144 24
Binary 1100100 0 1010000 0 1100100 10100 111101 100111000 1100100 10100

Color Harmonies of #640050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640050

Black with #640050

Text Example


Text Example

White with #640050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640050; }

 p { color: rgb(100,0,80); }

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

background-color css

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

 a { background-color: rgb(100,0,80); }

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

border-color css

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

 span { border-color: rgb(100,0,80); }

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