Html Css Color HEX #640550 Tyrian Purple

📋 copy color: '#640550'

red 100 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #640550

Tints of Tyrian Purple #640550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 54.05%
G = 2.7%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#640550 (or 0x640550) is known color: Tyrian Purple. HEX triplet: 64, 05 and 50. RGB value is (100,5,80). Sum of RGB (Red+Green+Blue) = 100+5+80=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #640550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640550 is #9BFAAF. Grayscale: #292929. Windows color (decimal): -10222256 or 5244260. OLE color: 5244260.

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

Color convert

RGB 100 5 80 -
CMYK 0 0.95 0.2 0.61
HSL 312.63º 0.9% 0.21% -
HSV(B) 312.63º 0.95% 0.39% -
XYZ 6.76 3.4 7.89 -
YUV 41.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 100 5 80 0 0.95 0.2 0.61 312.63 0.9 0.21
Hex 64 5 50 0 5F 14 3D 139 5A 15
Octal 144 5 120 0 137 24 75 471 132 25
Binary 1100100 101 1010000 0 1011111 10100 111101 100111001 1011010 10101

Color Harmonies of #640550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640550

Black with #640550

Text Example


Text Example

White with #640550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640550; }

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

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

background-color css

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

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

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

border-color css

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

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

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