Html Css Color HEX #640150 Tyrian Purple

📋 copy color: '#640150'

red 100 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #640150

Tints of Tyrian Purple #640150

RGB

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

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

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

R = 55.25%
G = 0.55%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#640150 (or 0x640150) is known color: Tyrian Purple. HEX triplet: 64, 01 and 50. RGB value is (100,1,80). Sum of RGB (Red+Green+Blue) = 100+1+80=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #640150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640150 is #9BFEAF. Grayscale: #272727. Windows color (decimal): -10223280 or 5243236. OLE color: 5243236.

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

Color convert

RGB 100 1 80 -
CMYK 0 0.99 0.2 0.61
HSL 312.12º 0.98% 0.2% -
HSV(B) 312.12º 0.99% 0.39% -
XYZ 6.71 3.31 7.87 -
YUV 39.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 100 1 80 0 0.99 0.2 0.61 312.12 0.98 0.2
Hex 64 1 50 0 63 14 3D 138 62 14
Octal 144 1 120 0 143 24 75 470 142 24
Binary 1100100 1 1010000 0 1100011 10100 111101 100111000 1100010 10100

Color Harmonies of #640150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640150

Black with #640150

Text Example


Text Example

White with #640150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640150; }

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

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

background-color css

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

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

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

border-color css

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

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

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